summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-17 00:31:04 +0200
committerGitHub <noreply@github.com>2017-10-17 00:31:04 +0200
commit475a2fb1f3493a1d7ee8b91161132dc51f3d066e (patch)
tree4e820cd1beb9f018b36e02f8184f9806b85effbf /CHANGES.rst
parentd1f9acd3859b7e40494bd619ab2e1c52dd72379c (diff)
downloadpyasn1-git-475a2fb1f3493a1d7ee8b91161132dc51f3d066e.tar.gz
fixed encoder not to omit empty substrate for simple types (#92)
Fix to encoder to omit empty substrate only for constructed types
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 65e3f16..a52d87a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,9 @@ Revision 0.4.1, released XX-10-2017
- Changed `Null` object initialization behaviour: previous default
value (`''`) is not set anymore. Thus `Null()` call produces a
ASN.1 schema object, while `Null('')` - value object.
+- Fixed ASN.1 encoder not to omit empty substrate produced for inner
+ component if the inner component belongs to the simple class (as
+ opposed to constructed class).
Revision 0.3.7, released 04-10-2017
-----------------------------------