summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-09-20 22:18:12 +0200
committerIlya Etingof <etingof@gmail.com>2017-09-20 22:20:33 +0200
commit4e00eba76716cb4c546b1d81b1357927ca6e5a93 (patch)
treeddf680f8109bcca74c61abac192b880f271e30e7 /CHANGES.rst
parentfc87382dd490810c6a4ba2cf803703b7f557dee2 (diff)
downloadpyasn1-git-4e00eba76716cb4c546b1d81b1357927ca6e5a93.tar.gz
fixed crash on exp tagged Sequence component encoding (#79)
Also EOO encoder call replaced with a constant outcome
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 461407d..d97a883 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,8 +9,11 @@ Revision 0.4.1, released XX-09-2017
Revision 0.3.6, released XX-09-2017
-----------------------------------
+- End-of-octets encoding optimized at ASN.1 encoders
- The __getitem__/__setitem__ behavior of Set/Sequence and SetOf/SequenceOf
objects aligned with the canonical Mapping and Sequence protocols in part
+- Fixed crash in ASN.1 encoder when encoding an explicitly tagged
+ component of a Sequence
Revision 0.3.5, released 16-09-2017
-----------------------------------