From 04c4a6601adbd63b4334337bd65a0122cf26422b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 5 Mar 2024 10:15:51 +0100 Subject: [PATCH] Add changelog entry for #599 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3b8d5a..c2f8df48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ ## [Unreleased](https://github.com/hynek/structlog/compare/24.1.0...HEAD) +### Added + +- It is now possible to disable log level-padding in `structlog.dev.LogLevelColumnFormatter` and `structlog.dev.ConsoleRenderer`. + [#599](https://github.com/hynek/structlog/pull/599) + + + ### Changed - `structlog.processors.LogfmtRenderer` now escapes newlines. @@ -24,6 +31,7 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ [#594](https://github.com/hynek/structlog/pull/594) + ## [24.1.0](https://github.com/hynek/structlog/compare/23.3.0...24.1.0) - 2024-01-08 ### Fixed