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 1
1
# DeepDiff Change log
2
2
3
+ - v6-2-2
4
+ - Enum test fix for python 3.11
5
+ - Adding support for dateutils rrules
3
6
- v6-2-1
4
7
- Removed the print statements.
5
8
- v6-2-0
Original file line number Diff line number Diff line change @@ -5,6 +5,39 @@ Changelog
5
5
6
6
DeepDiff Changelog
7
7
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.
8
41
- v5-7-0:
9
42
10
43
- https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError
You can’t perform that action at this time.
0 commit comments