Skip to content

Commit df8ff63

Browse files
committed
Add versionchanged
1 parent 3ba1c2e commit df8ff63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
4343

4444
[#677](https://github.com/hynek/structlog/pull/677)
4545

46-
- `structlog.tracebacks.ExceptionDictTransformer` now actually accepts `None` `locals_max_length` and `locals_max_string`.
46+
- `structlog.tracebacks.ExceptionDictTransformer` now actually accepts `None` for `locals_max_length` and `locals_max_string`.
4747

4848
[#675](https://github.com/hynek/structlog/pull/675)
4949

src/structlog/tracebacks.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ class ExceptionDictTransformer:
368368
.. versionchanged:: 24.3.0
369369
Added *locals_max_length*, *locals_hide_sunder*, *locals_hide_dunder*,
370370
*suppress* and *use_rich* arguments.
371+
372+
.. versionchanged:: 25.1.0
373+
*locals_max_length* and *locals_max_string* may be None to disable
374+
truncation.
371375
"""
372376

373377
def __init__(

0 commit comments

Comments
 (0)