Skip to content

Commit 69adaf1

Browse files
committed
updating the docs
1 parent 3745adc commit 69adaf1

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# DeepDiff Change log
22

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+
38
- v8-4-1
49
- Adding BaseOperatorPlus base class for custom operators
510
- default_timezone can be passed now to set your default timezone to something other than UTC.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Tested on Python 3.8+ and PyPy3.
2323

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

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+
2632
DeepDiff 8-4-1
2733

2834
- Adding BaseOperatorPlus base class for custom operators

docs/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Changelog
55

66
DeepDiff Changelog
77

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+
813
- v8-4-1
914
- Adding BaseOperatorPlus base class for custom operators
1015
- default_timezone can be passed now to set your default timezone to something other than UTC.

docs/index.rst

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ The DeepDiff library includes the following modules:
3131
What Is New
3232
***********
3333

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+
3442
DeepDiff 8-4-1
3543
--------------
3644

0 commit comments

Comments
 (0)