summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:23:16 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:23:16 +0200
commit29a7411f2487ac25f7e276d6b5b03cb7cb8d6488 (patch)
tree65c1016f1b3dd0c4add4b2080f229049436c200e
parentbee15eb254c2abcebafaca9db0b4cd3967d8f0dc (diff)
downloadrsa-git-29a7411f2487ac25f7e276d6b5b03cb7cb8d6488.tar.gz
Add recent changes to CHANGELOG.md
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a34ed43..c414b6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Python-RSA changelog
+## Version 4.10 - in development
+
+- Drop support for Python 3.6 ([#209](https://github.com/sybrenstuvel/python-rsa/pull/209))
+ and declare support for 3.11 ([#208](https://github.com/sybrenstuvel/python-rsa/pull/208)).
+- Upgrade `pytest` dependency to fix a [security issue](https://github.com/pytest-dev/py/issues/287#issuecomment-1290407715).
+- Upgrade `pytest-cov` as well, for good measure.
+
+
## Version 4.9 - release 2022-07-20
- Remove debug logging from `rsa/key.py`