Skip to content

Commit f005105

Browse files
committed
updating readme with changelog
1 parent 0ff1aca commit f005105

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +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. Fix for #166 Problem with comparing lists, with an boolean as element.
421-
- v4-1-0: .json property is finally removed.
420+
- v4-2-0: .json property is finally removed. 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.
422421
- v4-0-9: Fixing the bug for hashing custom unhashable objects
423422
- v4-0-8: Adding ignore_nan_inequality for float('nan')
424423
- v4-0-7: Hashing of the number 1 vs. True

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. Fix for #166 Problem with comparing lists, with an boolean as element.
284+
- v4-2-0: .json property is finally removed. 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)