Skip to content

Commit 0843f52

Browse files
authored
[docs] Update version added for exc_info_as_array, stack_info_as_array (#60)
1 parent f36b8b5 commit 0843f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pythonjsonlogger/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class BaseJsonFormatter(logging.Formatter):
135135
136136
*Changed in 3.2*: `defaults` argument is no longer ignored.
137137
138-
*Added in UNRELEASED*: `exc_info_as_array` and `stack_info_as_array` options are added.
138+
*Added in 3.3*: `exc_info_as_array` and `stack_info_as_array` options are added.
139139
"""
140140

141141
_style: Union[logging.PercentStyle, str] # type: ignore[assignment]

0 commit comments

Comments
 (0)