From 2a4f963a1d4d3afab35bfc1eb134dee7c08f326c Mon Sep 17 00:00:00 2001 From: Seperman Date: Mon, 8 Apr 2024 15:55:44 -0700 Subject: [PATCH] updating docs --- CHANGELOG.md | 3 +++ README.md | 4 ++++ docs/changelog.rst | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6769077..d5629e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # DeepDiff Change log + +- v7-0-1 + - Fixes the translation between Difflib opcodes and Delta flat rows. - v7-0-0 - 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). - Dropping support for Python 3.7 diff --git a/README.md b/README.md index b6590a9..2bdc708 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Tested on Python 3.8+ and PyPy3. Please check the [ChangeLog](CHANGELOG.md) file for the detailed information. +DeepDiff 7-0-1 + +- Fixes the translation between Difflib opcodes and Delta flat rows. + DeepDiff 7-0-0 - 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). diff --git a/docs/changelog.rst b/docs/changelog.rst index 9cd1096..085f2f3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,11 @@ Changelog DeepDiff Changelog + +- v7-0-1 + + - Fixes the translation between Difflib opcodes and Delta flat rows. + - v7-0-0 - When verbose=2, return ``new_path`` when the ``path`` and