summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to '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