summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst12
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
-----------------------------------