You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ Tested on Python 3.6+ and PyPy3.
18
18
19
19
## What is new?
20
20
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
+
21
27
DeepDiff 5-8-0 includes bug fixes and improvements:
22
28
23
29
- Fixed the bug with delta randomly not producing the same results when `ignore_order=True` (https://github.com/seperman/deepdiff/issues/277)
0 commit comments