Skip to content

Commit 59e5131

Browse files
committed
add news and whatsnew
1 parent c2f1010 commit 59e5131

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,13 @@ io
15181518
:gh:`120754` and :gh:`90102`.)
15191519

15201520

1521+
json
1522+
----
1523+
1524+
* Improve the performance of :class:`~json.JSONEncoder` encodes strings.
1525+
(Contributed by Inada Naoki in :gh:`133186`.)
1526+
1527+
15211528
uuid
15221529
----
15231530

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Improve the performance of :class:`~json.JSONEncoder` encodes strings.
2+
(Contributed by Inada Naoki in :gh:`133186`.)

0 commit comments

Comments
 (0)