summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-07-24 08:07:38 +0200
committerIlya Etingof <etingof@gmail.com>2018-07-24 08:07:38 +0200
commit530dbaf32d2f40068e05933480d93df3bb3c5854 (patch)
tree1a5cf88390bff8860fa2a02ea9ff93a1f90d0ffe /CHANGES.rst
parent939be5fabe8c8ed8fcb334b07c84349f99cb0e59 (diff)
downloadpyasn1-git-530dbaf32d2f40068e05933480d93df3bb3c5854.tar.gz
Fix Sequence/Set.prettyPrint crash
When calling `.prettyPrint()` on Sequence/Set components, make sure the component is a value object (not schema) because calling `.prettyPrint` on a schema object is likely to fail.
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 ffbcf83..33614ad 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,8 @@ Revision 0.4.4, released XX-07-2018
- Fixed native encoder type map to include all ASN.1 types
rather than just ambiguous ones
+- Fixed crash in `.prettyPrint` of `Sequence` and `Set` occuring
+ at OPTIONAL components
Revision 0.4.3, released 23-05-2018
-----------------------------------