Skip to content

Commit c05467c

Browse files
committed
updating docs
1 parent b4b29d5 commit c05467c

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Tested on Python 3.8+ and PyPy3.
2323

2424
Please 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+
2631
DeepDiff 8-2-0
2732

2833
- Small optimizations so we don't load functions that are not needed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55

66
DeepDiff 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

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ The DeepDiff library includes the following modules:
3131
What 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+
3441
DeepDiff 8-2-0
3542
--------------
3643

0 commit comments

Comments
 (0)