summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 10:29:36 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 11:28:13 +0200
commitf0e194aaa0639e341a839e117846ca5640b33b39 (patch)
tree3be909b7878ff1bf9a92b56d1f5536bd27670c58
parent91d0b24502ac214c349e17b6bf1c219e9d788c4a (diff)
downloadrsa-git-f0e194aaa0639e341a839e117846ca5640b33b39.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 025500c..516cc0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Python-RSA changelog
-## Version 4.9 - - released 2022-07-15
+## Version 4.9 - almost released
- Remove debug logging from `rsa/key.py`
([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
@@ -8,6 +8,8 @@
([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
+- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
+ ([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
## Version 4.8 - released 2021-11-24