summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-11 20:22:01 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-11 20:22:30 +0200
commit9032802c2574bc4538f8f54843fd1996aaf396e4 (patch)
tree626e41d63447255540e7935bc8591d128a776343 /CHANGELOG.md
parentfb8772a34b9086567b4b51da5a2d62e641131828 (diff)
downloadrsa-git-9032802c2574bc4538f8f54843fd1996aaf396e4.tar.gz
Limit SHA3 support to Python 3.6+
The third-party library that adds support for this to Python 3.5 is a binary package, and thus breaks the pure-Python nature of Python-RSA. This should fix [#147](https://github.com/sybrenstuvel/python-rsa/issues/147).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43c540b..d2c39cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
for dependency management. There apparently is an issue no-binary installs of
packages build with Poetry. This fixes
[#148](https://github.com/sybrenstuvel/python-rsa/issues/148)
+- Limited SHA3 support to those Python versions (3.6+) that support it natively.
+ The third-party library that adds support for this to Python 3.5 is a binary
+ package, and thus breaks the pure-Python nature of Python-RSA.
+ This should fix [#147](https://github.com/sybrenstuvel/python-rsa/issues/147).
## Version 4.1 - released 2020-06-10