summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2025-03-11 08:01:06 +0100
committerGitHub <noreply@github.com>2025-03-11 08:01:06 +0100
commit8df5ce80d26824ce72af41edc03275d435de9432 (patch)
treeab7ee353b9c3d48ae447be31b8d2c19215856d0b /docs
parentab148c02cedbac492f29930dcd5346e1af052635 (diff)
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index f767e46269..9e74856664 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -293,7 +293,8 @@ of each library are the first to add or confirm compatibility with Python 3.12:
Miscellaneous
-------------
-* ...
+* The :ref:`JSON <serialization-formats-json>` serializer now writes a newline
+ at the end of the output, even without the ``indent`` option set.
.. _deprecated-features-6.0: