summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b49f25d..993c802 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,12 +1,14 @@
Python-RSA changelog
========================================
-Version 4.3 - released 2020-06-12
+Version 4.3 & 4.5 - released 2020-06-12
----------------------------------------
-Version 4.3 is almost a re-tagged release of version 4.0. It is the last to
-support Python 2.7. This is now made explicit in the `python_requires` argument
-in `setup.py`. Python 3.4 is not supported by this release.
+Version 4.3 and 4.5 are almost a re-tagged release of version 4.0. It is the
+last to support Python 2.7. This is now made explicit in the `python_requires`
+argument in `setup.py`. Python 3.4 is not supported by this release. There was a
+mistake releasing 4.4 as "3.5+ only", which made it necessary to retag 4.3 as
+4.5 as well.
Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.