diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-27 06:03:27 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-27 07:03:27 -0400 |
commit | 2bab0ac55c6e335a915d58eb793a208a96aee58b (patch) | |
tree | 323d99d562a0e48f9775a4c83dcc11e7274c5655 | |
parent | 1750971987b57238b49c2ad15a7126936551a37b (diff) | |
download | cryptography-2bab0ac55c6e335a915d58eb793a208a96aee58b.tar.gz cryptography-2bab0ac55c6e335a915d58eb793a208a96aee58b.tar.bz2 cryptography-2bab0ac55c6e335a915d58eb793a208a96aee58b.zip |
port 2.0.2 changelog (#3828)
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ef7833b..ac83092e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,12 @@ Changelog ``UnsupportedExtension`` have been removed in accordance with our :doc:`/api-stability` policy. +2.0.2 - 2017-07-27 +~~~~~~~~~~~~~~~~~~ + +* Marked all symbols as hidden in the ``manylinux1`` wheel to avoid a + bug with symbol resolution in certain scenarios. + 2.0.1 - 2017-07-26 ~~~~~~~~~~~~~~~~~~ |