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

Commit 681b256

Browse files
committed
Fix CHANGELOG.md
I forgot to mark version 4.8 with "released on yyyy-mm-dd".
1 parent 3b31182 commit 681b256

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

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

3-
## Version 4.8 - in development
3+
## Version 4.9 - in development
4+
5+
- Remove debug logging from `rsa/key.py`
6+
([#194](https://github.com/sybrenstuvel/python-rsa/pull/194)).
7+
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
8+
([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
9+
10+
## Version 4.8 - released 2021-11-24
411

512
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
613
- Compatibility with Python 3.10.
@@ -12,8 +19,6 @@
1219
- Use the Chinese Remainder Theorem when decrypting with a private key. This
1320
makes decryption 2-4x faster
1421
([#163](https://github.com/sybrenstuvel/python-rsa/pull/163)).
15-
- Remove debug logging from `rsa/key.py`
16-
([#194](https://github.com/sybrenstuvel/python-rsa/pull/194)).
1722

1823
## Version 4.7.2 - released 2021-02-24
1924

0 commit comments

Comments
 (0)