Skip to content

Commit 8a5bdd3

Browse files
committed
Add changelog information to docstrings
1 parent ad4d0d1 commit 8a5bdd3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/pythonjsonlogger/simplejson.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class SimpleJsonFormatter(core.BaseJsonFormatter):
5454
`bytes` can only be encoded if they are valid `utf-8`.
5555
5656
57+
New in `4.1`
5758
"""
5859

5960
def __init__(

src/pythonjsonlogger/ultrajson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class UltraJsonFormatter(core.BaseJsonFormatter):
5858
5959
`bytes` can only be encoded if they are valid `utf-8`.
6060
61-
61+
New in `4.1`
6262
"""
6363

6464
def __init__(

0 commit comments

Comments
 (0)