From 7b52296aa7f2dfe4784dbb1303de30d864a5d46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 24 Nov 2021 11:02:10 +0100 Subject: Add compat with py3.10 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3078332..3781be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Version 4.8 - in development - Switch to [Poetry](https://python-poetry.org/) for dependency and release management. +- Compatibility with Python 3.10. - Chain exceptions using `raise new_exception from old_exception` ([#157](https://github.com/sybrenstuvel/python-rsa/pull/157)) - Added marker file for PEP 561. This will allow type checking tools in dependent projects -- cgit v1.2.1