summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 57666c1..4b06b4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,10 @@ Revision 0.1.8rc2
- Fix to broken REAL type decoding handling.
- Fix to BitString and OctetString decoders dealing with constructed
encoding -- it used to be possible to embed other types in substrate.
+- Fix to end-of-octest sentinel handling:
+ * require strict two-zeros sentinel encoding
+ * recognize EOO sentinel only when explicitly requested by caller
+ of the decoder (via allowEoo=True parameter)
Revision 0.1.7
--------------