summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-06-30 17:33:08 +0200
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-30 08:33:08 -0700
commita46d2347abbc0c3815f28fe0f48a1485479b0e66 (patch)
tree5ee4e6047df26c9c6e5b2f3ae22279dedef3e465 /CHANGELOG.rst
parent173e4bae31aac1fb66dd83ad4f78fa2fda0f3141 (diff)
downloadpyopenssl-a46d2347abbc0c3815f28fe0f48a1485479b0e66.tar.gz
Prepare 17.1 (#653)17.1.0
* Prepare 17.1.0 * Fix changelog markup
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 035d561..dc3d7a7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,7 +5,7 @@ Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
-17.1.0 (UNRELEASED)
+17.1.0 (2017-06-30)
-------------------
@@ -42,7 +42,7 @@ Changes:
`#645 <https://github.com/pyca/pyopenssl/pull/645>`_
- Added ``OpenSSL.debug`` that allows to get an overview of used library versions (including linked OpenSSL) and other useful runtime information using ``python -m OpenSSL.debug``.
`#620 <https://github.com/pyca/pyopenssl/pull/620>`_
-- Added a fallback path to `Context.set_default_verify_paths` to accommodate the upcoming release of ``cryptography`` ``manylinux1`` wheels.
+- Added a fallback path to ``Context.set_default_verify_paths()`` to accommodate the upcoming release of ``cryptography`` ``manylinux1`` wheels.
`#633 <https://github.com/pyca/pyopenssl/pull/633>`_