From 3eab3e9e5ee981af0b40c8dbda0ac400b0578793 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 16 Jan 2025 11:05:02 +0100 Subject: [PATCH] Fix changelog headings --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21bf9ea..d1c5964c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ [#689](https://github.com/hynek/structlog/pull/689) -## Changed +### Changed - `structlog.typing.BindableLogger` protocol now returns `Self` instead of `BindableLogger`. This adds a dependency on [*typing-extensions*](https://pypi.org/project/typing-extensions/) for Pythons older than 3.11. @@ -44,7 +44,7 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ - `structlog.make_filtering_bound_logger()` now also accepts a string for *min_level*. -## Fixed +### Fixed - Fix handling calls to `{logger}.exception()` outside of exception blocks. Depending on the structlog configuration,