aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-30 00:17:47 +0200
committerGitHub <noreply@github.com>2017-07-30 00:17:47 +0200
commit7514385ad4794c186b260ef8f3ba7cbe2240590e (patch)
tree32228a1031622a1048b64f6f5901e553959d15c5 /CHANGES.rst
parent86db5e29c3e5a80aac3273707f5a97bbedf45091 (diff)
parent98753908c53b5e04cfb39fe6dee72ad7fd40288d (diff)
downloadpyasn1-7514385ad4794c186b260ef8f3ba7cbe2240590e.tar.gz
Merge pull request #56 from etingof/nested-optional-component-encoder-fix
Nested optional component encoder fix
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a3dc1f2..3fd64c8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,10 @@
-Revision 0.3.1, released XX-07-2017
+Revision 0.3.2, released XX-07-2017
-----------------------------------
- Fixed GeneralizedTime/UTCTime CER/DER codecs to actually get invoked
+- Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
+ nested SEQUENCE/SET with optional fields.
- Fixed documentation markup issues.
Revision 0.3.1, released 26-07-2017