File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4343DeepDiff 8-0-1
4444
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments