Skip to content

Commit fa231cf

Browse files
committed
Add missing versionadded tag
1 parent 9d4022c commit fa231cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/structlog/dev.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,8 @@ def set_exc_info(
840840
Set ``event_dict["exc_info"] = True`` if *method_name* is ``"exception"``.
841841
842842
Do nothing if the name is different or ``exc_info`` is already set.
843+
844+
.. versionadded:: 19.2.0
843845
"""
844846
if (
845847
method_name != "exception"

0 commit comments

Comments
 (0)