diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-11-12 12:31:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 11:31:10 -0600 |
| commit | 548b1b2d40f6ab94072871deb90e29e05dc520c4 (patch) | |
| tree | 317374233b1c2a86e8c688204566038745600af7 | |
| parent | 9e081513a09035cf2710e84bfc96b8f5a0a611d0 (diff) | |
| download | cryptography-548b1b2d40f6ab94072871deb90e29e05dc520c4.tar.gz | |
Added python2 removal to the changelog (#5567)
* Added python2 removal to the changelog
* Update CHANGELOG.rst
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b001ec266..3ea22fd0a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,8 @@ Changelog 64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change is to conform with an upcoming OpenSSL release that will no longer support sizes outside this window. +* Python 2 support is deprecated in ``cryptography``. This is the last release + that will support Python 2. .. _v3-2-1: |
