summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-10-06 12:00:54 +0200
committerHynek Schlawack <hs@ox.cx>2016-10-06 12:00:54 +0200
commitfe2a0a11b4678b3dc92c5b9cc6b06f371be970fd (patch)
treeddcb1c15a67735877967f93c8ff959b05fbdef87
parenteb6338431533566a52ddc48584f1668b767d3499 (diff)
downloadpyopenssl-fe2a0a11b4678b3dc92c5b9cc6b06f371be970fd.tar.gz
add changelog entry for fix (#553)
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 263c724..b86211d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -23,6 +23,8 @@ Changes:
^^^^^^^^
- Fixed compatibility errors with OpenSSL 1.1.0.
+- Fixed an issue that caused failures with subinterpreters and embedded Pythons.
+ `#552 <https://github.com/pyca/pyopenssl/pull/552>`_
----