summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-11-16 22:32:14 +0100
committerGitHub <noreply@github.com>2017-11-16 22:32:14 +0100
commit4cfceb7716d5f553643ad4509de1808989f0fc4d (patch)
tree0b62df991c5487f95818e9bc37e0eab0a23bae73 /CHANGES.rst
parent9ec03d3837d3333f0edb2a0f9919dcf82c1f679c (diff)
downloadpyasn1-git-4cfceb7716d5f553643ad4509de1808989f0fc4d.tar.gz
Add default to .getComponentBy*() (#100)
* `default` kwarg added to .getComponentBy*() methods
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 14337d5..1db5a70 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,8 @@ 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 `default`
+ parameter to return instead if schema object is to be returned
- 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