summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-15 08:06:38 +0000
committerelie <elie>2014-03-15 08:06:38 +0000
commitd1d23e69d60f2dae7533ef5d121581f3a51b6c23 (patch)
treef2cbd79e1ffb583b411b26eb758aa63b93ec21c0 /CHANGES
parentb8dcf992d87eb5519950048e26e8a0cbbe420640 (diff)
downloadpyasn1-d1d23e69d60f2dae7533ef5d121581f3a51b6c23.tar.gz
amended the case of null debug writer
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3b2fd14..4a71a3a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,7 +34,7 @@ Revision 0.1.8
- More Python magic methods implementations added to Integer & Real classes
(e.g. __pos__, __neg__, __round__, __floor__, __ceil__, __trunc__)
- The Integer.__invert__ Python magic method implemented.
-- Handle the case of absent stderr stream at Debug printer.
+- Handle the case of null writer at Debug printer.
- Fix to NamedType.__repr__() to work properly.
- Fixes to __repr__() implementation of many built-in ASN.1 types to take into
account all of their initializers such as tagSet, subtypeSpec etc.