Skip to content

Commit

Permalink
Fix changelog headings
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 16, 2025
1 parent 02d072a commit 3eab3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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,
Expand Down

0 comments on commit 3eab3e9

Please sign in to comment.