Skip to content

Commit 093949f

Browse files
committed
changelog
1 parent a527965 commit 093949f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# DeepDiff Change log
22

3+
- v6-2-1
4+
- Removed the print statements.
5+
- v6-2-0
6+
- Major improvement in the diff report for lists when items are all hashable and the order of items is important.
7+
- v6-1-0
8+
- DeepDiff.affected_paths can be used to get the list of all paths where a change, addition, or deletion was reported for.
9+
- DeepDiff.affected_root_keys can be used to get the list of all paths where a change, addition, or deletion was reported for.
10+
- Bugfix: ValueError when using Decimal 0.x #339 by [Enric Pou](https://github.com/epou)
11+
- Serialization of UUID
12+
- v6-0-0
13+
- [Exclude obj callback strict](https://github.com/seperman/deepdiff/pull/320/files) parameter is added to DeepDiff by Mikhail Khviyuzov [mskhviyu](https://github.com/mskhviyu).
14+
- A fix for diffing using `iterable_compare_func` with nested objects by [dtorres-sf](https://github.com/dtorres-sf) who originally contributed this feature.
315
- v5-7-0:
416
- https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError in _get_numbers_distance() when ignore_order = True by @Dhanvantari
517
- https://github.com/seperman/deepdiff/pull/280 Add support for UUIDs by @havardthom

0 commit comments

Comments
 (0)