Skip to content

Commit 0ff1aca

Browse files
committed
updating changelog
1 parent 8d20022 commit 0ff1aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ And then running
417417

418418
# ChangeLog
419419

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.
421421
- v4-1-0: .json property is finally removed.
422422
- v4-0-9: Fixing the bug for hashing custom unhashable objects
423423
- v4-0-8: Adding ignore_nan_inequality for float('nan')

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Indices and tables
281281
Changelog
282282
=========
283283

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.
285285
- v4-1-0: .json property is finally removed.
286286
- v4-0-9: Fixing the bug for hashing custom unhashable objects
287287
- v4-0-8: Adding ignore_nan_inequality for float('nan')

0 commit comments

Comments
 (0)