summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2012-12-04 07:34:25 +0000
committerelie <elie>2012-12-04 07:34:25 +0000
commitf183b85e4bd2a6a79ee267a3af42a5e883d703a6 (patch)
tree866060a9ad681c4f394075107874bc62d04d1197 /CHANGES
parentd6546593f4c48afc7039228b9f3f2052a134c6d6 (diff)
downloadpyasn1-f183b85e4bd2a6a79ee267a3af42a5e883d703a6.tar.gz
make prettyPrint() working for non-initialized pyasn1 data objects
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8a6daa4..43f58a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ Revision 0.1.5
- Documentation updated and split into chapters to better match
web-site contents.
+- Make prettyPrint() working for non-initialized pyasn1 data objects. It
+ used to throw an exception.
- Fix to encoder to produce empty-payload INTEGER values for zeros
- Fix to decoder to support empty-payload INTEGER and REAL values
- Fix to unit test suites imports to be able to run each from