From 3ba1c2e6dddfe543cd508f1414f0be41d70a593f Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 4 Jan 2025 12:09:05 +0100 Subject: [PATCH] Add changelog for #675 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0c0efd..ea129dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,10 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ [#677](https://github.com/hynek/structlog/pull/677) +- `structlog.tracebacks.ExceptionDictTransformer` now actually accepts `None` `locals_max_length` and `locals_max_string`. + + [#675](https://github.com/hynek/structlog/pull/675) + ## [24.4.0](https://github.com/hynek/structlog/compare/24.3.0...24.4.0) - 2024-07-17