From 01f90a1b010754c37a332b1b432bca73f7c529a2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 7 Feb 2019 09:14:48 -0500 Subject: Removed deprecated Type aliases (#814) * Removed deprecated Type aliases * typo * typo * missed this somehow * Line wrap --- CHANGELOG.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.rst') 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 `_ Deprecations: ^^^^^^^^^^^^^ -- cgit v1.2.1