Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Mar 5, 2025
1 parent b4b29d5 commit c05467c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# DeepDiff Change log

- v8-3-0
- Fixed some static typing issues
- Added the summarize module for better repr of nested values

- v8-2-0
- Small optimizations so we don't load functions that are not needed
- Updated the minimum version of Orderly-set
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Tested on Python 3.8+ and PyPy3.

Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.

DeepDiff 8-3-0

- Fixed some static typing issues
- Added the summarize module for better repr of nested values

DeepDiff 8-2-0

- Small optimizations so we don't load functions that are not needed
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog

DeepDiff Changelog

- v8-3-0
- Fixed some static typing issues
- Added the summarize module for better repr of nested values


- v8-2-0
- Small optimizations so we don't load functions that are not needed
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ The DeepDiff library includes the following modules:
What Is New
***********

DeepDiff 8-3-0
--------------

- Fixed some static typing issues
- Added the summarize module for better repr of nested values


DeepDiff 8-2-0
--------------

Expand Down

0 comments on commit c05467c

Please sign in to comment.