File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 11# DeepDiff Change log
22
3+ - v6-2-2
4+ - Enum test fix for python 3.11
5+ - Adding support for dateutils rrules
36- v6-2-1
47 - Removed the print statements.
58- v6-2-0
Original file line number Diff line number Diff line change @@ -5,6 +5,39 @@ Changelog
55
66DeepDiff Changelog
77
8+ - v6-2-2
9+
10+ - Enum test fix for python 3.11
11+ - Adding support for dateutils rrules
12+
13+ - v6-2-1
14+
15+ - Removed the print statements.
16+
17+ - v6-2-0
18+
19+ - Major improvement in the diff report for lists when items are all
20+ hashable and the order of items is important.
21+
22+ - v6-1-0
23+
24+ - DeepDiff.affected_paths can be used to get the list of all paths
25+ where a change, addition, or deletion was reported for.
26+ - DeepDiff.affected_root_keys can be used to get the list of all
27+ paths where a change, addition, or deletion was reported for.
28+ - Bugfix: ValueError when using Decimal 0.x #339 by `Enric
29+ Pou <https://github.com/epou> `__
30+ - Serialization of UUID
31+
32+ - v6-0-0
33+
34+ - `Exclude obj callback
35+ strict <https://github.com/seperman/deepdiff/pull/320/files> `__
36+ parameter is added to DeepDiff by Mikhail Khviyuzov
37+ `mskhviyu <https://github.com/mskhviyu >`__.
38+ - A fix for diffing using ``iterable_compare_func `` with nested
39+ objects by `dtorres-sf <https://github.com/dtorres-sf >`__ who
40+ originally contributed this feature.
841- v5-7-0:
942
1043 - https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError
You can’t perform that action at this time.
0 commit comments