aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-10 02:04:32 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-10 02:04:32 +0200
commit186ed2d39ef3f5d3a0aad1c92bfbb7044c94bc63 (patch)
treea17c99334d5af4707ea650a4529ebbf5a75a080b /CHANGES.rst
parentf0dbb71d3da3524baa52176df732eb979c76cc17 (diff)
downloadpyasn1-186ed2d39ef3f5d3a0aad1c92bfbb7044c94bc63.tar.gz
unit tests added for "compat" sub-package
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 7c50563..ec192c2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -39,6 +39,7 @@ Revision 0.2.4, released XX-03-2017
- OctetsString and Any decoder optimized to avoid creating ASN.1
objects for chunks of substrate. Instead they now join substrate
chunks together and create ASN.1 object from it just once.
+- Unit tests added for the `compat` sub-package.
- Fixed BitString named bits initialization bug.
- Fixed non-functional tag cache (when running Python 2) at DER decoder.
- Fixed chunked encoding restriction on DER encoder.