summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-02 19:46:47 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-02 19:46:47 +0200
commited5150b82d4d0a99856ef4159ba7e5036b814c33 (patch)
treeca20ed77f61887526f18d12a2f5ca9f3ba4cde83 /CHANGES.rst
parent991ed8a8c29fb967300af3d57e9fa13dcedf4900 (diff)
downloadpyasn1-git-ed5150b82d4d0a99856ef4159ba7e5036b814c33.tar.gz
fixed SequenceOf/SetOf initializers for backward compatibility
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 5d53fa1..36ac856 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,8 @@
Revision 0.3.2, released XX-08-2017
-----------------------------------
+- Fixed SequenceOf/SetOf types initialization syntax to remain
+ backward compatible with pyasn1 0.2.*
- Rectified thread safety issues by moving lazy, run-time computation
into object initializer.
- Fixed .isValue property to return True for empty SetOf/SequenceOf