summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-09-15 17:01:00 +0200
committerIlya Etingof <etingof@gmail.com>2017-09-15 17:01:00 +0200
commit218acc52cd4574df07536e1bc81bc1eb7a410573 (patch)
treeda95229dc32d0f1a80d7d4f84f1e0017337b14bb /CHANGES.rst
parent3082b398fd2074a9fe9d5ba49964cbf0353df081 (diff)
downloadpyasn1-git-218acc52cd4574df07536e1bc81bc1eb7a410573.tar.gz
fixed crash at SequenceOf native decoder
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 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
-----------------------------------