File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ Tested on Python 3.7+ and PyPy3.
1818
1919## What is new?
2020
21+ DeepDiff 6-2-0
22+
23+ - Major improvement in the diff report for lists when items are all hashable and the order of items is important.
24+
2125DeepDiff 6-1-0
2226
2327- DeepDiff.affected_paths can be used to get the list of all paths where a change, addition, or deletion was reported for.
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ The DeepDiff library includes the following modules:
3131What is New
3232***********
3333
34+ DeepDiff 6-2-0
35+ --------------
36+
37+ - Major improvement in the diff report for lists when items are all hashable and the order of items is important.
38+
3439DeepDiff 6-1-0
3540--------------
3641
You can’t perform that action at this time.
0 commit comments