summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.14.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.14.rst')
-rw-r--r--Doc/whatsnew/3.14.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index f45a44b..bd8bdcb 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -112,6 +112,13 @@ Added support for converting any objects that have the
:meth:`!as_integer_ratio` method to a :class:`~fractions.Fraction`.
(Contributed by Serhiy Storchaka in :gh:`82017`.)
+json
+----
+
+Add notes for JSON serialization errors that allow to identify the source
+of the error.
+(Contributed by Serhiy Storchaka in :gh:`122163`.)
+
os
--