From 8a63cbf9d6bbca8e9ace1e2b89f9904d1cabcf8c Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 22 Jul 2023 12:49:17 +0200 Subject: [PATCH] Add changelog for #531 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5013f8..377cbbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,13 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ [#515](https://github.com/hynek/structlog/issues/515) +### Fixed + +- `FilteringBoundLogger.exception()` and `FilteringBoundLogger.aexception()` now support positional argument formatting like the rest of the methods. + [#531](https://github.com/hynek/structlog/issues/531) + + + ## [23.1.0](https://github.com/hynek/structlog/compare/22.3.0...23.1.0) - 2023-04-06 ### Added