Skip to content

Commit 4468c17

Browse files
chore: add changelog message
1 parent 896c8b9 commit 4468c17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changelog/13503.improvement.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed the order of dictionary keys in assertion failure messages.
2+
Previously, dictionary diffs were shown in alphabetical order, regardless of how the keys appeared in the original dicts.
3+
Now, common keys are shown in the insertion order of the left-hand dictionary,
4+
and differing keys are shown in the insertion order of their respective dictionaries

0 commit comments

Comments
 (0)