From 8df5ce80d26824ce72af41edc03275d435de9432 Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Tue, 11 Mar 2025 08:01:06 +0100 Subject: Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232) --- docs/releases/6.0.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 ` serializer now writes a newline + at the end of the output, even without the ``indent`` option set. .. _deprecated-features-6.0: -- cgit v1.3