Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit f0e194a

Browse files
committed
Update CHANGELOG.md
1 parent 91d0b24 commit f0e194a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Python-RSA changelog
22

3-
## Version 4.9 - - released 2022-07-15
3+
## Version 4.9 - almost released
44

55
- Remove debug logging from `rsa/key.py`
66
([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
77
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
88
([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
99
- Do not include CHANGELOG/LICENSE/README.md in wheel
1010
([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
11+
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
12+
([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
1113

1214
## Version 4.8 - released 2021-11-24
1315

0 commit comments

Comments
 (0)