summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2012-05-15 21:19:05 +0000
committerelie <elie>2012-05-15 21:19:05 +0000
commitea81f00cfe336cbb516fe0885fa3a1bd42afedbc (patch)
treedac38fa7a1bff241ac004be4682f9f38b84bfc04
parent209504e426f02ab6eda2bea91514f70c0db98024 (diff)
downloadpyasn1-ea81f00cfe336cbb516fe0885fa3a1bd42afedbc.tar.gz
updated
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9bd368a..1a008f9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,13 @@
Revision 0.1.4
--------------
+- built-in codec debugging facility added
- Added some more checks to ObjectIdentifier BER encoder catching
- posible 2^8 overflow condition by two leading sub-OIDs.
+ posible 2^8 overflow condition by two leading sub-OIDs
- Fix in Boolean truth testting built-in methods
- Fix to substrate underrun error handling at ObjectIdentifier BER decoder
- Fix to BER Boolean decoder that allows other pre-computed
- values besides 0 and 1.
+ values besides 0 and 1
Revision 0.1.3
--------------