diff --git a/readme.md b/readme.md index 9492b0f..057e3d8 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/releases.md b/releases.md index f17d79a..724aed8 100644 --- a/releases.md +++ b/releases.md @@ -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.