summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-25 00:33:28 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-25 00:33:28 +0200
commite2e1693e54728bafc580fd485842f74538026903 (patch)
treeda2128e3628cbf6a88413cb626c6b0815d21062a /CHANGES.rst
parent90a1fa1e53ea96a9dd0bbaa34e34a3e26b491e25 (diff)
downloadpyasn1-git-e2e1693e54728bafc580fd485842f74538026903.tar.gz
fix to exponential index growth at NamedTypes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d43c0d0..943dd5b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,8 @@ 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 exponential index size growth bug when building ambigious
+ NamedTypes tree
- Fixed constructed types decoding failure at BER codec if running
in unguided mode
- Fixed crash on prettyPrint'ing a SEQUENCE with no defined components