summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-19 13:45:35 +0200
committerGitHub <noreply@github.com>2017-10-19 13:45:35 +0200
commit69c29f0522fe118262c813005590fbb256dfd679 (patch)
tree657e1850541f513dcc269b4f60b0c5968f39e49b /CHANGES.rst
parent7c9d627eb90002a9f437e6a95f51c16649dadd17 (diff)
downloadpyasn1-git-69c29f0522fe118262c813005590fbb256dfd679.tar.gz
Constructed types schema inspection (#87)
* the `instantiate=True` parameter added to constructed types .getComponentBy*() * Choice.clear() fixed to fully reset its internal state
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 163db23..8d11616 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,9 @@ Revision 0.4.1, released XX-10-2017
or a Python value plus ASN.1 schema
- BitString decoder optimised for better performance when running on
constructed encoding
+- Constructed types' .getComponentBy*() methods accept the `instantiate`
+ parameter to disable automatic inner component instantiation
+- Fixed Choice.clear() to fully reset internal state of the object
- Sphinx documentation rearranged, simplified and reworded
- The `isValue` singleton is now the only way to indicate ASN.1 schema
as opposed to ASN.1 schema instance. The legacy `None` initializer