summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-07-20 10:32:37 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-20 10:32:37 +0200
commit8102128e6ad83dcbb3567dd372cdd39c9a8fab44 (patch)
tree94405dc7a7d596a559ee8be045ea2a11f7fda851 /CHANGELOG.rst
parentad44ccd817dbd6aa0949c19381ac56841919afc7 (diff)
downloadpyopenssl-8102128e6ad83dcbb3567dd372cdd39c9a8fab44.tar.gz
Bend some recent changes to standards (#669)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9d435e9..738ceab 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -25,12 +25,9 @@ Deprecations:
Changes:
^^^^^^^^
-- Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with
- cryptography ``manylinux1`` wheels on Python 3.x.
+- Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with cryptography ``manylinux1`` wheels on Python 3.x.
`#665 <https://github.com/pyca/pyopenssl/pull/665>`_
-*none*
-
----