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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ And then running
417
417
418
418
# ChangeLog
419
419
420
-
- v4-2-0: Fix for Py3.10. Dropping support for EOL Python 3.4. Ignoring private keys when calculating hashes. For example __init__ is not a part of hash calculation anymore.
420
+
- v4-2-0: Fix for Py3.10. Dropping support for EOL Python 3.4. Ignoring private keys when calculating hashes. For example __init__ is not a part of hash calculation anymore. Fix for #166 Problem with comparing lists, with an boolean as element.
421
421
- v4-1-0: .json property is finally removed.
422
422
- v4-0-9: Fixing the bug for hashing custom unhashable objects
423
423
- v4-0-8: Adding ignore_nan_inequality for float('nan')
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ Indices and tables
281
281
Changelog
282
282
=========
283
283
284
-
- v4-2-0: Fix for Py3.10. Dropping support for EOL Python 3.4. Ignoring private keys when calculating hashes. For example __init__ is not a part of hash calculation anymore.
284
+
- v4-2-0: Fix for Py3.10. Dropping support for EOL Python 3.4. Ignoring private keys when calculating hashes. For example __init__ is not a part of hash calculation anymore. Fix for #166 Problem with comparing lists, with an boolean as element.
285
285
- v4-1-0: .json property is finally removed.
286
286
- v4-0-9: Fixing the bug for hashing custom unhashable objects
287
287
- v4-0-8: Adding ignore_nan_inequality for float('nan')
0 commit comments