aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2018-07-09 16:11:18 +0300
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-09 18:41:18 +0530
commit9e1873af35a2b530e71e1579b2d62c233b75ba26 (patch)
tree52798039846ad61753859f64a68c2cfdeae0b747 /CHANGELOG.rst
parentdd6f4c2977ff03ba0e45e3528f49f126f587f123 (diff)
downloadcryptography-9e1873af35a2b530e71e1579b2d62c233b75ba26.tar.gz
cryptography-9e1873af35a2b530e71e1579b2d62c233b75ba26.tar.bz2
cryptography-9e1873af35a2b530e71e1579b2d62c233b75ba26.zip
Make RelativeDistinguishedName preserve attribtue order (#4306)
Duplicate attributes now raise an error instead of silently discarding duplicates.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c3a415c3..70be0520 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -16,6 +16,9 @@ Changelog
``cryptography`` release.
* Fixed multiple issues preventing ``cryptography`` from compiling against
LibreSSL 2.7.x.
+* The :class:`~cryptography.x509.RelativeDistinguishedName` class now
+ preserves the order of attributes. Duplicate attributes now raise an error
+ instead of silently discarding duplicates.
.. _v2-2-2: