summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-09-16 09:59:45 +0200
committerIlya Etingof <etingof@gmail.com>2017-09-16 09:59:45 +0200
commit5356afca8d7b7a1f991297af02cb44a17fbe8924 (patch)
tree1d883e34cbbd357e59606edfdb97cd5587231bf4 /CHANGES.rst
parentbed9eedc924b4ae58a5aa012fe10877412bfd674 (diff)
downloadpyasn1-git-5356afca8d7b7a1f991297af02cb44a17fbe8924.tar.gz
0.3.5 release
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 644f2fe..a1d9799 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,12 +1,13 @@
-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