Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 9, 2024
1 parent 0261040 commit ef7ca75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Please see the [project documentation](https://socketry.github.io/console/) for

Please see the [project releases](https://socketry.github.io/console/releases/index) for all releases.

### v1.29.2

- Always return `nil` from `Console::Filter` logging methods.

### v1.29.1

- Fix logging `exception:` keyword argument when the value was not an exception.

### v1.29.0

- Don't make `Kernel#warn` redirection to `Console.warn` the default behavior, you must `require 'console/warn'` to enable it.
Expand Down
8 changes: 8 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## v1.29.2

- Always return `nil` from `Console::Filter` logging methods.

## v1.29.1

- Fix logging `exception:` keyword argument when the value was not an exception.

## v1.29.0

- Don't make `Kernel#warn` redirection to `Console.warn` the default behavior, you must `require 'console/warn'` to enable it.
Expand Down

0 comments on commit ef7ca75

Please sign in to comment.