summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-06-29 15:31:39 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-29 17:31:39 -0500
commit10d30832462b4c44a4479dda462d4f35194a04a9 (patch)
treee8f5630ded7ffd30440fdb71b60be43157aefe6c /CHANGELOG.rst
parent9939ba1658868b68654501aac24c97db8d9335ae (diff)
downloadpyopenssl-10d30832462b4c44a4479dda462d4f35194a04a9.tar.gz
Fixed #486 -- deprecate the backwards compat names (#643)
* Fixed #486 -- deprecate the backwards compat names * remove the docs for these, pretend they don't exist * CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ee372c3..36d1b63 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -25,7 +25,8 @@ Backward-incompatible changes:
Deprecations:
^^^^^^^^^^^^^
-*none*
+
+- Deprecated the legacy "Type" aliases: ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509NameType``, ``X509ExtensionType``, ``X509ReqType``, ``X509Type``, ``X509StoreType``, ``CRLType``, ``PKCS7Type``, ``PKCS12Type``, ``NetscapeSPKIType``. The names without the "Type"-suffix should be used instead.
Changes: