summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-09-14 19:52:52 +0200
committerIlya Etingof <etingof@gmail.com>2017-09-14 19:52:52 +0200
commitcebfcb2d328ee42151ac8822b135613aa025fc54 (patch)
treee493199e54968e4281ff2a669cf9ea424723256d /CHANGES.rst
parentc40b8c22c9679e017871617d7cf558b1b7f0ff84 (diff)
parent154c55b30e335482a074ac76ad4e5abdc41ccc8b (diff)
downloadpyasn1-git-cebfcb2d328ee42151ac8822b135613aa025fc54.tar.gz
Merge branch 'master' into open-types-support
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 72f7526..cb252ec 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,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
-----------------------------------