diff options
author | Ilya Etingof <etingof@gmail.com> | 2017-09-17 00:56:29 +0200 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2017-09-17 00:56:29 +0200 |
commit | 3dc7bd1d781e6d7a8e6a79c1c4ee94e305e4ec6b (patch) | |
tree | 53e5251690b7d076fcbec1ec2feda1219d8d6858 /CHANGES.rst | |
parent | c01e1e3be03537451e332031cde07c286582f826 (diff) | |
parent | 3182ecf81839ae4072a46706c3d0426a03f80be8 (diff) | |
download | pyasn1-git-3dc7bd1d781e6d7a8e6a79c1c4ee94e305e4ec6b.tar.gz |
Merge branch 'master' into open-types-supportopen-types-support
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index cb252ec..3e65b8f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,15 +4,19 @@ Revision 0.4.1, released XX-09-2017 - ANY DEFINED BY clause support implemented -Revision 0.3.5, released XX-09-2017 +Revision 0.3.5, released 16-09-2017 ----------------------------------- -- Codecs signatures unified and pass **options through the call chain +- Codecs signatures unified and pass the options kwargs through the + call chain - Explicit tag encoding optimized to avoid unnecessary copying - End-of-octets sentinel encoding optimized -- Refactored ASN.1 codecs properties to silently enforce proper length and - chunk size encoding modes +- Refactored ASN.1 codecs properties to silently enforce proper + length and chunk size encoding modes - Fixed DER encoder to always produce primitive encoding +- Fixed crash at SequenceOf native decoder +- Fixed Real.prettyPrint() to fail gracefully on overflow +- Fixed a couple of crashes when debug mode is enabled Revision 0.3.4, released 07-09-2017 ----------------------------------- |