commit | fe2a0a11b4678b3dc92c5b9cc6b06f371be970fd | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Oct 06 12:00:54 2016 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Thu Oct 06 12:00:54 2016 +0200 |
tree | ddcb1c15a67735877967f93c8ff959b05fbdef87 | |
parent | eb6338431533566a52ddc48584f1668b767d3499 [diff] |
add changelog entry for fix (#553)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 263c724..b86211d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -23,6 +23,8 @@ ^^^^^^^^ - 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>`_ ----