Skip to content

Commit 946d7e5

Browse files
committed
deepdiff 6.2
1 parent 6146e3d commit 946d7e5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2125
DeepDiff 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.

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ The DeepDiff library includes the following modules:
3131
What 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+
3439
DeepDiff 6-1-0
3540
--------------
3641

0 commit comments

Comments
 (0)