aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-11-23 19:48:19 +0100
committerGitHub <noreply@github.com>2017-11-23 19:48:19 +0100
commitdf3a2b7781c72ffc703e80d788618d93634e17ab (patch)
tree92e0a55875a84c9e1e115d84e7001c55f6e2fb6d /CHANGES.rst
parent136890e0482020375cdc6cde03da7ebaf4e937c6 (diff)
downloadpyasn1-df3a2b7781c72ffc703e80d788618d93634e17ab.tar.gz
Fixed bad TagSet initializer at OctetString encoder (#107)
localize explicit tag slitting to chunked mode at OctetString and BitString encoders The inner chunks tagging logic is to be researched -- I'm not certain it works as it supposed to
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 27d3067..3c06812 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,4 +1,10 @@
+Revision 0.4.2, released 23-11-2017
+-----------------------------------
+
+- Fixed explicit tag splitting in chunked encoding mode at
+ OctetString and BitString encoders
+
Revision 0.4.1, released 23-11-2017
-----------------------------------