summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-03-13 12:09:29 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2022-03-13 12:09:29 +0100
commit681b25616be5a56cc08b59c26ee7386eb8a7e17e (patch)
tree619f1a4f9709d7054011959369dca4fd2554a09a
parent3b31182ed21415503e1950dff2be998e9852382b (diff)
downloadrsa-git-681b25616be5a56cc08b59c26ee7386eb8a7e17e.tar.gz
Fix CHANGELOG.md
I forgot to mark version 4.8 with "released on yyyy-mm-dd".
-rw-r--r--CHANGELOG.md11
1 files 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