From 29a7411f2487ac25f7e276d6b5b03cb7cb8d6488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 23 Apr 2023 15:23:16 +0200 Subject: Add recent changes to CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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` -- cgit v1.2.1