From e7d10fe8f374476fc4dcb5dd867f26f18f99ecf2 Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Mon, 16 Dec 2024 15:45:57 -0800 Subject: [PATCH] updating docs --- CHANGELOG.md | 2 +- README.md | 2 +- docs/changelog.rst | 2 +- docs/index.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24da77a..e091e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys - to_dict() method chokes on standard json.dumps() kwargs #490 - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty - - In version 8.1.0, accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508 + - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508 - v8-0-1 diff --git a/README.md b/README.md index 2deae57..f00554d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ DeepDiff 8-1-0 - Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys - to_dict() method chokes on standard json.dumps() kwargs #490 - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty -- In version 8.1.0, accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508 +- Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508 DeepDiff 8-0-1 diff --git a/docs/changelog.rst b/docs/changelog.rst index f3d5f5f..00f6185 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,7 +24,7 @@ DeepDiff Changelog - to_dict() method chokes on standard json.dumps() kwargs - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty - - In version 8.1.0, accessing the affected_root_keys property on the + - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty diff --git a/docs/index.rst b/docs/index.rst index 21a2f99..24e8de7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,7 +50,7 @@ DeepDiff 8-1-0 - to_dict() method chokes on standard json.dumps() kwargs - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty - - In version 8.1.0, accessing the affected_root_keys property on the + - Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty