File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# DeepDiff Change log
2
2
3
+ - v8-3-0
4
+ - Fixed some static typing issues
5
+ - Added the summarize module for better repr of nested values
6
+
3
7
- v8-2-0
4
8
- Small optimizations so we don't load functions that are not needed
5
9
- Updated the minimum version of Orderly-set
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ 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-3-0
27
+
28
+ - Fixed some static typing issues
29
+ - Added the summarize module for better repr of nested values
30
+
26
31
DeepDiff 8-2-0
27
32
28
33
- Small optimizations so we don't load functions that are not needed
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog
5
5
6
6
DeepDiff Changelog
7
7
8
+ - v8-3-0
9
+ - Fixed some static typing issues
10
+ - Added the summarize module for better repr of nested values
11
+
8
12
9
13
- v8-2-0
10
14
- Small optimizations so we don't load functions that are not needed
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ The DeepDiff library includes the following modules:
31
31
What Is New
32
32
***********
33
33
34
+ DeepDiff 8-3-0
35
+ --------------
36
+
37
+ - Fixed some static typing issues
38
+ - Added the summarize module for better repr of nested values
39
+
40
+
34
41
DeepDiff 8-2-0
35
42
--------------
36
43
You can’t perform that action at this time.
0 commit comments