aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-30 00:58:20 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-30 00:58:20 +0200
commit072531e090948c4f0add5f8bf99364102403baa9 (patch)
tree08292dc4119c5cdc38b7782da6b21b140ec38330 /CHANGES.rst
parent7514385ad4794c186b260ef8f3ba7cbe2240590e (diff)
downloadpyasn1-072531e090948c4f0add5f8bf99364102403baa9.tar.gz
fixed SetOf/SequenceOf printing and decoding crash
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 3fd64c8..fdf569f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,8 @@ Revision 0.3.2, released XX-07-2017
- Fixed GeneralizedTime/UTCTime CER/DER codecs to actually get invoked
- Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
nested SEQUENCE/SET with optional fields.
+- Fixed crash in SequenceOf/SetOf pretty printing and decoding (in some
+ cases)
- Fixed documentation markup issues.
Revision 0.3.1, released 26-07-2017