Skip to content

Commit 1534b0f

Browse files
committed
author update
1 parent b605a2f commit 1534b0f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ And many thanks to the following people for their contributions to DeepDiff!
3232
- Michał Karaś (MKaras93) for the pretty view
3333
- Christian Kothe (chkothe) for the basic support for diffing numpy arrays
3434
- Timothy (timson) for truncate_datetime
35+
- d0b3rm4n for bugfix to not apply format to non numbers.

CHANGELOG.md

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

3-
- v5-0-1: Bug fix: Do not apply format to non numbers
3+
- v5-0-1: Bug fix to not apply format to non numbers.
44
- 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.
55
- v4-3-3: Adds support for datetime.time
66
- v4-3-2: Deprecation Warning Enhancement

docs/authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ And many thanks to the following people for their contributions to DeepDiff!
4444
- Michał Karaś (MKaras93) for the pretty view
4545
- Christian Kothe (chkothe) for the basic support for diffing numpy arrays
4646
- Timothy (timson) for truncate_datetime
47-
47+
- d0b3rm4n for bugfix to not apply format to non numbers.
4848

4949
Back to :doc:`/index`

docs/changelog.rst

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

66
DeepDiff Changelog
77

8-
- v5-0-1: Bug fix: Do not apply format to non numbers
8+
- v5-0-1: Bug fix to not apply format to non numbers.
99
- 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.
1010
- v4-3-3: Adds support for datetime.time
1111
- v4-3-2: Deprecation Warning Enhancement

0 commit comments

Comments
 (0)