summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-02-07 09:14:48 -0500
committerHynek Schlawack <hs@ox.cx>2019-02-07 15:14:48 +0100
commit01f90a1b010754c37a332b1b432bca73f7c529a2 (patch)
tree13432cb4a08930e31734184b0503c2feb08aa5a9 /CHANGELOG.rst
parent2d2ea9dd04d00f79a1be7b94ee7f0470ec5dc7a9 (diff)
downloadpyopenssl-01f90a1b010754c37a332b1b432bca73f7c529a2.tar.gz
Removed deprecated Type aliases (#814)
* Removed deprecated Type aliases * typo * typo * missed this somehow * Line wrap
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7d77f74..ee8dda4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,8 +11,9 @@ The third digit is only for regressions.
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-*none*
-
+- Removed deprecated ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509NameType``, ``X509ReqType``, ``X509Type``, ``X509StoreType``, ``CRLType``, ``PKCS7Type``, ``PKCS12Type``, and ``NetscapeSPKIType`` aliases.
+ Use the classes without the ``Type`` suffix instead.
+ `#814 <https://github.com/pyca/pyopenssl/pull/814>`_
Deprecations:
^^^^^^^^^^^^^