summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-12-22 14:57:41 -0600
committerGitHub <noreply@github.com>2020-12-22 15:57:41 -0500
commit5cbaad04281dd4e8e32109e64f9ba05f7d13ebd2 (patch)
tree1182020eee64c507e9c8613e4ef5614d91ec1b5e
parent899400b9a172956ce42dad07ad46e97ccb242a57 (diff)
downloadcryptography-5cbaad04281dd4e8e32109e64f9ba05f7d13ebd2.tar.gz
changelog update (#5666)
-rw-r--r--CHANGELOG.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2db299378..c0352c5dd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,11 +9,13 @@ Changelog
.. note:: This version is not yet released and is under active development.
* **BACKWARDS INCOMPATIBLE:** Support for Python 2 has been removed.
-* We now ship ``manylinux2014`` wheels, and no longer ship ``manylinux1``
- wheels.
+* We now ship ``manylinux2014`` wheels and no longer ship ``manylinux1``
+ wheels. Users should upgrade to the latest ``pip`` to ensure this doesn't
+ cause issues downloading wheels on their platform.
* ``cryptography`` now incorporates Rust code. Users building ``cryptography``
- themselves will need to have the Rust toolchain installed, users who use an
- officially produced wheel will not need to make any changes.
+ themselves will need to have the Rust toolchain installed. Users who use an
+ officially produced wheel will not need to make any changes. The minimum
+ supported Rust version is 1.45.0.
.. _v3-3-1: