summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-30 11:26:01 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-30 11:26:01 +0200
commit6fa0e312ea80713983b1a3c1e4529e7452b0e0fe (patch)
tree95e4b092659f9cd22d34e9a5dacfadde176ade51 /CHANGES.rst
parent2b1c8a92567dca711f9f84ace210b31c268c5548 (diff)
downloadpyasn1-git-6fa0e312ea80713983b1a3c1e4529e7452b0e0fe.tar.gz
.isValue fixed to return True for empty SetOf/SequenceOf
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 fdf569f..c04826c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,8 @@
Revision 0.3.2, released XX-07-2017
-----------------------------------
+- Fixed .isValue property to return True for empty SetOf/SequenceOf
+ objects
- 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.