summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-06-30 23:48:13 +0200
committerGitHub <noreply@github.com>2018-06-30 23:48:13 +0200
commit271f71af5a7245a7cf7565ee40bb5a272c2dc9f1 (patch)
treef1311e22012e9fe20bfdfb3e934b338e4000f3be /CHANGES.rst
parentd5327005dabb1689c9af5124d7cf9fcdf16b1446 (diff)
downloadpyasn1-git-271f71af5a7245a7cf7565ee40bb5a272c2dc9f1.tar.gz
Fix native encoder type map (#132)
The type map should include all ASN.1 types rather than just ambiguous ones for performance reasons. Incomplete type ID map triggers building a new TagSet out of the value being encoded. If that value does not have base tags set, that leads to a crash.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e72e35a..ffbcf83 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,4 +1,10 @@
+Revision 0.4.4, released XX-07-2018
+-----------------------------------
+
+- Fixed native encoder type map to include all ASN.1 types
+ rather than just ambiguous ones
+
Revision 0.4.3, released 23-05-2018
-----------------------------------