Skip to content

Commit 2a4f963

Browse files
committed
updating docs
1 parent 759bb82 commit 2a4f963

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DeepDiff Change log
22

3+
4+
- v7-0-1
5+
- Fixes the translation between Difflib opcodes and Delta flat rows.
36
- v7-0-0
47
- When verbose=2, return `new_path` when the `path` and `new_path` are different (for example when ignore_order=True and the index of items have changed).
58
- Dropping support for Python 3.7

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Tested on Python 3.8+ and PyPy3.
2323

2424
Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
2525

26+
DeepDiff 7-0-1
27+
28+
- Fixes the translation between Difflib opcodes and Delta flat rows.
29+
2630
DeepDiff 7-0-0
2731

2832
- DeepDiff 7 comes with an improved delta object. [Delta to flat dictionaries](https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-dictionaries) have undergone a major change. We have also introduced [Delta serialize to flat rows](https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-rows).

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Changelog
55

66
DeepDiff Changelog
77

8+
9+
- v7-0-1
10+
11+
- Fixes the translation between Difflib opcodes and Delta flat rows.
12+
813
- v7-0-0
914

1015
- When verbose=2, return ``new_path`` when the ``path`` and

0 commit comments

Comments
 (0)