You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix tests dependent on toml by [martin-kokos](https://github.com/martin-kokos)
33
+
- Bugfix for `include_paths` for nested dictionaries by [kor4ik](https://github.com/kor4ik)
34
+
- Use tomli and tomli-w for dealing with tomli files by [martin-kokos](https://github.com/martin-kokos)
35
+
- Bugfix for `datetime.date` by [Alex Sauer-Budge](https://github.com/amsb)
36
+
37
+
26
38
DeepDiff 6-3-0
27
39
28
40
-[`PrefixOrSuffixOperator`](https://zepworks.com/deepdiff/current/custom.html#prefix-or-suffix-operator-label): This operator will skip strings that are suffix or prefix of each other.
@@ -31,11 +43,6 @@ DeepDiff 6-3-0
31
43
-`orjson` becomes optional again.
32
44
- Fix for `ignore_type_in_groups` with numeric values so it does not report number changes when the number types are different.
33
45
34
-
DeepDiff 6-2-0
35
-
36
-
- Major improvement in the diff report for lists when items are all hashable and the order of items is important.
0 commit comments