diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-08-23 20:33:01 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-08-24 08:33:01 +0800 |
commit | 4c41ab087d4fa741ced2a8aba6fd38b20137f42b (patch) | |
tree | 96a97ecc95d9a3db32ce3b07304d236ba73bbedf /CHANGELOG.rst | |
parent | 13e9a6f9e98635d694310e87af7b82d180e486e7 (diff) | |
download | cryptography-4c41ab087d4fa741ced2a8aba6fd38b20137f42b.tar.gz cryptography-4c41ab087d4fa741ced2a8aba6fd38b20137f42b.tar.bz2 cryptography-4c41ab087d4fa741ced2a8aba6fd38b20137f42b.zip |
Switch to using the other style of environment markers (#3796)
* Switch to using the other style of environment markers
* We don't do py3.3 any more!
* changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e346de55..48dd0bf4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Changelog * **BACKWARDS INCOMPATIBLE:** ``Whirlpool``, ``RIPEMD160``, and ``UnsupportedExtension`` have been removed in accordance with our :doc:`/api-stability` policy. +* Installing ``cryptography`` now requires ``pip`` 6 or newer. * Deprecated passing unicode to the :class:`~cryptography.x509.DNSName` constructor. Instead, users should pass DNS names as ``bytes``, with ``idna`` encoding if necessary. In addition, the |