summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-09-13 15:55:06 +0200
committerIlya Etingof <etingof@gmail.com>2017-09-13 15:55:06 +0200
commit1183c6c9724de537971903a66b537144fe39111f (patch)
tree1866c4836169b604b2f95fce58b0606958641f02 /CHANGES.rst
parent5359bf1df4e64c1f2f19bff69670ed2f213d8c21 (diff)
downloadpyasn1-git-1183c6c9724de537971903a66b537144fe39111f.tar.gz
ASN.1 codecs to silently enforce proper length/chunk modes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b1bfea4..7d7ff33 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,9 @@ Revision 0.3.5, released XX-09-2017
- Codecs signatures unified and pass **options 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
+- Fixed DER encoder to always produce primitive encoding
Revision 0.3.4, released 07-09-2017
-----------------------------------