summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-29 16:04:01 +0100
committerGitHub <noreply@github.com>2017-10-29 16:04:01 +0100
commit4d7232a5dfdedf38d80bb406f1814b40f638e2f2 (patch)
tree658c3b3622514c16d2c548f93becee592f8978f0 /CHANGES.rst
parent8c5a8a9caa3ddbf659e4c260c78f3a4a37ae714c (diff)
downloadpyasn1-git-4d7232a5dfdedf38d80bb406f1814b40f638e2f2.tar.gz
Pickle protocol fixes (#99)
* do not blow up on pickle protocol attributes look up * added Pickle tests * More fixes to pickle protocol support * __slots__ lookup allowed at NoValue * SizedInteger moved from BitString scope to the univ module scope
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8d11616..0a71810 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +22,7 @@ Revision 0.4.1, released XX-10-2017
opposed to constructed class).
- Fixed CER/DER encoders to respect tagged CHOICE when ordering
SET components
+- Fixed ASN.1 types not to interfere with the Pickle protocol
Revision 0.3.7, released 04-10-2017
-----------------------------------