summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-25 23:28:53 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-25 23:28:53 +0100
commit81b9f62a3898bf056782ccbf3d0c655451584a19 (patch)
tree103dce8fae3c3cd9cff9b42e761acb300ae58197
parenta5a176b842649485cbd48bf768588e5390a814b8 (diff)
downloadpyasn1-git-81b9f62a3898bf056782ccbf3d0c655451584a19.tar.gz
note BER decoder fix (https://github.com/etingof/pyasn1/pull/6)
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 17b55d0..c4fdcbf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,7 @@ Revision 0.1.10, released XX-XX-2016
* .asNumbers() and .asOctets() representation builders added
- Compat wrappers str2octs() and oct2strs() fixed to run over
iso-8859-1 encoding.
+- Fix to BER decoder improperly caching long tags.
- Fix to IntegerDecoder's precomputed value map on Python 3.
Revision 0.1.9, released 28-09-2015