diff options
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 |