Skip to content

Commit e7d10fe

Browse files
committedDec 16, 2024
updating docs
1 parent d8b3e2b commit e7d10fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys
1616
- to_dict() method chokes on standard json.dumps() kwargs #490
1717
- Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty
18-
- 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
18+
- Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508
1919

2020

2121
- v8-0-1

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DeepDiff 8-1-0
3838
- Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys
3939
- to_dict() method chokes on standard json.dumps() kwargs #490
4040
- Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty
41-
- 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
41+
- Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508
4242

4343
DeepDiff 8-0-1
4444

‎docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DeepDiff Changelog
2424
- to_dict() method chokes on standard json.dumps() kwargs
2525
- Fixes accessing the affected_root_keys property on the diff object
2626
returned by DeepDiff fails when one of the dicts is empty
27-
- In version 8.1.0, accessing the affected_root_keys property on the
27+
- Fixes accessing the affected_root_keys property on the
2828
diff object returned by DeepDiff fails when one of the dicts is empty
2929

3030

‎docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DeepDiff 8-1-0
5050
- to_dict() method chokes on standard json.dumps() kwargs
5151
- Fixes accessing the affected_root_keys property on the diff object
5252
returned by DeepDiff fails when one of the dicts is empty
53-
- In version 8.1.0, accessing the affected_root_keys property on the
53+
- Fixes accessing the affected_root_keys property on the
5454
diff object returned by DeepDiff fails when one of the dicts is empty
5555

5656

0 commit comments

Comments
 (0)
Please sign in to comment.