diff options
author | Ilya Etingof <etingof@gmail.com> | 2017-09-15 17:01:00 +0200 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2017-09-15 17:01:00 +0200 |
commit | 218acc52cd4574df07536e1bc81bc1eb7a410573 (patch) | |
tree | da95229dc32d0f1a80d7d4f84f1e0017337b14bb /CHANGES.rst | |
parent | 3082b398fd2074a9fe9d5ba49964cbf0353df081 (diff) | |
download | pyasn1-git-218acc52cd4574df07536e1bc81bc1eb7a410573.tar.gz |
fixed crash at SequenceOf native decoder
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 7d7ff33..f8999b7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Revision 0.3.5, released XX-09-2017 - Refactored ASN.1 codecs properties to silently enforce proper length and chunk size encoding modes - Fixed DER encoder to always produce primitive encoding +- Fixed crash at SequenceOf native decoder Revision 0.3.4, released 07-09-2017 ----------------------------------- |