File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys
16
16
- to_dict() method chokes on standard json.dumps() kwargs #490
17
17
- 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
19
19
20
20
21
21
- v8-0-1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ DeepDiff 8-1-0
38
38
- Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys
39
39
- to_dict() method chokes on standard json.dumps() kwargs #490
40
40
- 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
42
42
43
43
DeepDiff 8-0-1
44
44
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DeepDiff Changelog
24
24
- to_dict() method chokes on standard json.dumps() kwargs
25
25
- Fixes accessing the affected_root_keys property on the diff object
26
26
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
28
28
diff object returned by DeepDiff fails when one of the dicts is empty
29
29
30
30
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ DeepDiff 8-1-0
50
50
- to_dict() method chokes on standard json.dumps() kwargs
51
51
- Fixes accessing the affected_root_keys property on the diff object
52
52
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
54
54
diff object returned by DeepDiff fails when one of the dicts is empty
55
55
56
56
You can’t perform that action at this time.
0 commit comments