summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-23 13:37:14 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-23 13:37:14 +0200
commitacfa2fcc24493a69626c17b23df3de8d771cbcc6 (patch)
tree9abe30b39d62e84f889ccb92d5d63835c30675a7 /CHANGES.rst
parentbc7e3b836eb87c0d90ba413c6f89dbe8830a4437 (diff)
downloadpyasn1-git-acfa2fcc24493a69626c17b23df3de8d771cbcc6.tar.gz
ASN.1 types __init__(), .clone()/.subtype() refactored into kwargs
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 fafd7a2..94926e9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,8 @@
Revision 0.3.1, released XX-07-2017
-----------------------------------
+- ASN.1 types __init__(), .clone() and .subtype() signatures
+ refactored into keyword arguments to simplify their signatures.
- ASN.1 types initialization refactored to minimize the use of
relatively expensive isNoValue() call
- Lazily pre-populate list of values of Sequence/Set/Choice types