File tree 4 files changed +24
-0
lines changed
4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# DeepDiff Change log
2
2
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
+
3
8
- v8-4-1
4
9
- Adding BaseOperatorPlus base class for custom operators
5
10
- 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.
23
23
24
24
Please check the [ ChangeLog] ( CHANGELOG.md ) file for the detailed information.
25
25
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
+
26
32
DeepDiff 8-4-1
27
33
28
34
- Adding BaseOperatorPlus base class for custom operators
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Changelog
5
5
6
6
DeepDiff Changelog
7
7
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
+
8
13
- v8-4-1
9
14
- Adding BaseOperatorPlus base class for custom operators
10
15
- 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:
31
31
What Is New
32
32
***********
33
33
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
+
34
42
DeepDiff 8-4-1
35
43
--------------
36
44
You can’t perform that action at this time.
0 commit comments