summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-06-28 22:48:40 +0200
committerGitHub <noreply@github.com>2019-06-28 22:48:40 +0200
commitadf4c5b1ef11026102dad0bb77b54576e0ebd71c (patch)
treecc1891f2893b0ddd2dda337eabceeacecbdbb3a9 /CHANGES.rst
parent66d329acaaf204eff63ae595fd7d6f56cd530c72 (diff)
downloadpyasn1-git-adf4c5b1ef11026102dad0bb77b54576e0ebd71c.tar.gz
Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)
Fixes `AnyDecoder` to accept `TagMap` as `asn1Spec`. The use-case is to make `AnyDecoder` operational when dumping raw value on error condition is enabled
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 19e7bd9..1bcd5f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,6 +26,8 @@ Revision 0.4.6, released XX-06-2019
becomes a value object.
- Added `.reset()` method to all constructed types to turn value object
into a schema object.
+- Fixed `AnyDecoder` to accept possible `TagMap` as `asn1Spec`
+ to make dumping raw value operational
Revision 0.4.5, released 29-12-2018
-----------------------------------