Skip to content

Commit b605a2f

Browse files
committed
adding changelog
1 parent 1c71179 commit b605a2f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
DeepDiff Change log
22

3+
- v5-0-1: Bug fix: Do not apply format to non numbers
34
- v5-0-0: Introducing the Delta object, Improving Numpy support, Fixing tuples comparison when ignore_order=True, Dramatically improving the results when ignore_order=True by running in passes, Introducing pretty print view, deep_distance, purge, progress logging, cache and truncate_datetime.
45
- v4-3-3: Adds support for datetime.time
56
- v4-3-2: Deprecation Warning Enhancement

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ DeepDiff gets the difference of 2 objects.
6767
### Report repetitions
6868

6969
This flag ONLY works when ignoring order is enabled.
70-
Note that this feature is experimental.
7170

7271
```python
7372
t1 = [1, 3, 1, 4]

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55

66
DeepDiff Changelog
77

8+
- v5-0-1: Bug fix: Do not apply format to non numbers
89
- v5-0-0: Introducing the Delta object, Improving Numpy support, Fixing tuples comparison when ignore_order=True, Dramatically improving the results when ignore_order=True by running in passes, Introducing pretty print view, deep_distance, purge, progress logging, cache and truncate_datetime.
910
- v4-3-3: Adds support for datetime.time
1011
- v4-3-2: Deprecation Warning Enhancement

0 commit comments

Comments
 (0)