aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d7f2e42b..254402d7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,14 @@ Changelog
:attr:`~cryptography.x509.DNSName.value` attribute was deprecated, users
should use :attr:`~cryptography.x509.DNSName.bytes_value` to access the
raw DNS name.
+* Deprecated passing unicode to the
+ :class:`~cryptography.x509.UniformResourceIdentifier` constructor. Instead,
+ users should pass URIs as ``bytes``, with ``idna`` encoding if
+ necessary. In addition, the
+ :attr:`~cryptography.x509.UniformResourceIdentifier.value` attribute was
+ deprecated, users should use
+ :attr:`~cryptography.x509.UniformResourceIdentifier.bytes_value` to access the
+ raw value.
2.0.2 - 2017-07-27
~~~~~~~~~~~~~~~~~~