From 681b25616be5a56cc08b59c26ee7386eb8a7e17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 13 Mar 2022 12:09:29 +0100 Subject: Fix CHANGELOG.md I forgot to mark version 4.8 with "released on yyyy-mm-dd". --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969ef2e..554aac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Python-RSA changelog -## Version 4.8 - in development +## Version 4.9 - in development + +- Remove debug logging from `rsa/key.py` + ([#194](https://github.com/sybrenstuvel/python-rsa/pull/194)). +- Remove overlapping slots in `PrivateKey` and `PublicKey`. + ([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)). + +## Version 4.8 - released 2021-11-24 - Switch to [Poetry](https://python-poetry.org/) for dependency and release management. - Compatibility with Python 3.10. @@ -12,8 +19,6 @@ - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster ([#163](https://github.com/sybrenstuvel/python-rsa/pull/163)). -- Remove debug logging from `rsa/key.py` - ([#194](https://github.com/sybrenstuvel/python-rsa/pull/194)). ## Version 4.7.2 - released 2021-02-24 -- cgit v1.2.1