File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11# DeepDiff Change log
22
3+ - v8-4-2
4+ - fixes the type hints for the base
5+ - fixes summarize so if json dumps fails, we can still get a repr of the results
6+ - adds ipaddress support
7+
38- v8-4-1
49 - Adding BaseOperatorPlus base class for custom operators
510 - default_timezone can be passed now to set your default timezone to something other than UTC.
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ Tested on Python 3.8+ and PyPy3.
2323
2424Please check the [ ChangeLog] ( CHANGELOG.md ) file for the detailed information.
2525
26+ DeepDiff 8-4-2
27+
28+ - fixes the type hints for the base
29+ - fixes summarize so if json dumps fails, we can still get a repr of the results
30+ - adds ipaddress support
31+
2632DeepDiff 8-4-1
2733
2834- Adding BaseOperatorPlus base class for custom operators
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Changelog
55
66DeepDiff Changelog
77
8+ - v8-4-2
9+ - fixes the type hints for the base
10+ - fixes summarize so if json dumps fails, we can still get a repr of the results
11+ - adds ipaddress support
12+
813- v8-4-1
914 - Adding BaseOperatorPlus base class for custom operators
1015 - default_timezone can be passed now to set your default timezone to something other than UTC.
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ The DeepDiff library includes the following modules:
3131What Is New
3232***********
3333
34+ DeepDiff 8-4-2
35+ --------------
36+
37+ - fixes the type hints for the base
38+ - fixes summarize so if json dumps fails, we can still get a repr of the results
39+ - adds ipaddress support
40+
41+
3442DeepDiff 8-4-1
3543--------------
3644
You can’t perform that action at this time.
0 commit comments