aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-31 11:39:12 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-05-30 23:39:12 -0400
commit611fa5a0458a36bb8b13b3e251a5cd359fa34296 (patch)
tree1a47dc8ab149ef5fcbec3aded2547c2b14b89c1f /CHANGELOG.rst
parent8a64f1f2fbea73f0b7a4725768dc9597d240c661 (diff)
downloadcryptography-611fa5a0458a36bb8b13b3e251a5cd359fa34296.tar.gz
cryptography-611fa5a0458a36bb8b13b3e251a5cd359fa34296.tar.bz2
cryptography-611fa5a0458a36bb8b13b3e251a5cd359fa34296.zip
LibreSSL 2.7.x support (#4270)
* libre 2.7.3 compatibility * add a changelog * actually build against 2.7.3
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9a3e5b88..57ea2da3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,8 @@ Changelog
* Support for Python 2.7.x without ``hmac.compare_digest`` has been deprecated.
We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next
``cryptography`` release.
+* Fixed multiple issues preventing ``cryptography`` from compiling against
+ LibreSSL 2.7.x.
.. _v2-2-2: