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.
18
18
19
19
## What is new?
20
20
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
+
21
25
DeepDiff 6-1-0
22
26
23
27
- 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:
31
31
What is New
32
32
***********
33
33
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
+
34
39
DeepDiff 6-1-0
35
40
--------------
36
41
You can’t perform that action at this time.
0 commit comments