summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-10-04 11:20:16 +0000
committerelie <elie>2011-10-04 11:20:16 +0000
commit9eb554e25889e71fc970cf4245812477fb6cb4fe (patch)
treefb514f77b1ff8d5e6102c46e61825d10ae102928
parente6701155ee7c8ab5bf7f5909fad9cc4c45827a15 (diff)
downloadpyasn1-9eb554e25889e71fc970cf4245812477fb6cb4fe.tar.gz
updated
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 820c957..abe817a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Revision 0.0.14a
-----------------
+Revision 0.0.14
+---------------
- Fixed a bug/typo at Boolean CER encoder.
- Major overhawl for Python 2.4 -- 3.2 compatibility:
@@ -14,6 +14,8 @@ Revision 0.0.14a
+ modified not to use py3k-incompatible exception syntax
+ getslice() operator fully replaced with getitem()
+ dictionary operations made 2K/3K compatible
+ + base type for encoding substrate and OctetString-based types
+ is now 'bytes' when running py3k and 'str' otherwise
+ in test suite, implicit relative import replaced with the absolute one
Revision 0.0.13