Add changelog entry

This commit is contained in:
Benjamin Schubert 2023-10-22 12:44:43 +01:00
parent 66f18bf7a1
commit ce16d200e7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Improved the very verbose diff for every standard library container types. Previously,
this would use the default python pretty printer, which puts opening and closing
markers on the same line as the first/last entry, in addition to not having
consistent indentation.
The indentation is now consistent and the markers on their own separate lines
which should reduce the diffs shown to users.