Skip to content

Commit e3c2ba1

Browse files
committed
updating docs
1 parent 4ab5fb5 commit e3c2ba1

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Tested on Python 3.6+ and PyPy3.
1818

1919
## What is new?
2020

21+
DeepDiff 5-8-1 includes bug fixes:
22+
- Fixed test suite for 32bit systems (https://github.com/seperman/deepdiff/issues/302) by [Louis-Philippe Véronneau](https://github.com/baldurmen)
23+
- Fixed the issue when using `ignore_order=True` and `group_by` simultaneously
24+
- Added the support for diffing object properties (`@property`) (https://github.com/seperman/deepdiff/issues/312)
25+
- Better support of diffing private variables
26+
2127
DeepDiff 5-8-0 includes bug fixes and improvements:
2228

2329
- Fixed the bug with delta randomly not producing the same results when `ignore_order=True` (https://github.com/seperman/deepdiff/issues/277)

docs/index.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ The DeepDiff library includes the following modules:
3131
What is New
3232
***********
3333

34+
New In DeepDiff 5-8-1
35+
---------------------
36+
37+
DeepDiff 5-8-1 includes bug fixes: - Fixed test suite for 32bit systems
38+
(https://github.com/seperman/deepdiff/issues/302) by `Louis-Philippe
39+
Véronneau`_ - Fixed the issue when using ``ignore_order=True`` and
40+
``group_by`` simultaneously - Added the support for diffing object
41+
properties (``@property``)
42+
(https://github.com/seperman/deepdiff/issues/312) - Better support of
43+
diffing private variables
44+
45+
.. _Louis-Philippe Véronneau: https://github.com/baldurmen
46+
3447
New In DeepDiff 5-8-0
3548
---------------------
3649

@@ -45,13 +58,6 @@ DeepDiff 5-8-0 includes bug fixes and improvements:
4558
- Fixed TypeError is thrown when comparing bool and str
4659

4760

48-
New In DeepDiff 5-7-0
49-
---------------------
50-
51-
- https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError in _get_numbers_distance() when ignore_order = True by @Dhanvantari
52-
- https://github.com/seperman/deepdiff/pull/280 Add support for UUIDs by @havardthom
53-
- Major bug in delta when it comes to iterable items added or removed is investigated by @uwefladrich and resolved by @seperman
54-
5561
*********
5662
Tutorials
5763
*********

0 commit comments

Comments
 (0)