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 11# DeepDiff Change log
22
3+ - v8-3-0
4+ - Fixed some static typing issues
5+ - Added the summarize module for better repr of nested values
6+
37- v8-2-0
48 - Small optimizations so we don't load functions that are not needed
59 - 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.
2323
2424Please check the [ ChangeLog] ( CHANGELOG.md ) file for the detailed information.
2525
26+ DeepDiff 8-3-0
27+
28+ - Fixed some static typing issues
29+ - Added the summarize module for better repr of nested values
30+
2631DeepDiff 8-2-0
2732
2833- 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
55
66DeepDiff Changelog
77
8+ - v8-3-0
9+ - Fixed some static typing issues
10+ - Added the summarize module for better repr of nested values
11+
812
913- v8-2-0
1014 - 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:
3131What Is New
3232***********
3333
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+
3441DeepDiff 8-2-0
3542--------------
3643
You can’t perform that action at this time.
0 commit comments