Skip to content

Commit 2a2bd73

Browse files
committed
updating docs
1 parent 364c786 commit 2a2bd73

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

docs/changelog.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ Changelog
55

66
DeepDiff 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

0 commit comments

Comments
 (0)