summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-23 18:57:42 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-23 18:57:42 +0200
commit4a1d2679cd9644a69a880397a4c4e67d07e6080b (patch)
tree449a41f8c7d3b5215e119d11db91bcfc62ecea57 /CHANGES.rst
parent748429c2a4c3a960fe009da67421e20b27086a86 (diff)
downloadpyasn1-git-4a1d2679cd9644a69a880397a4c4e67d07e6080b.tar.gz
fixed crash at Sequence.prettyPrint() with no components
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e866cb8..d233b1b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,7 @@ Revision 0.3.3, released XX-08-2017
- Improved ASN.1 types instantiation performance
- Improved BER/CER/DER decoder performance by not unconditionally casting
substrate into str/bytes.
+- Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
- Fixed SetOf ordering at CER/DER encoder
- Fixed crash on conditional binascii module import
- Fix to TagSet hash value build