We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4d0d1 commit 8a5bdd3Copy full SHA for 8a5bdd3
2 files changed
src/pythonjsonlogger/simplejson.py
@@ -54,6 +54,7 @@ class SimpleJsonFormatter(core.BaseJsonFormatter):
54
`bytes` can only be encoded if they are valid `utf-8`.
55
56
57
+ New in `4.1`
58
"""
59
60
def __init__(
src/pythonjsonlogger/ultrajson.py
@@ -58,7 +58,7 @@ class UltraJsonFormatter(core.BaseJsonFormatter):
61
-
62
63
64
0 commit comments