summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-11-30 20:33:59 +0000
committerelie <elie>2013-11-30 20:33:59 +0000
commit1b0729901cc034b95eed6225271155136d5d2f09 (patch)
tree616cb5e52c04ba6d912190206ea362eebe81f097
parent628883bb4f65196dd162de9fb3373447f02ff672 (diff)
downloadpyasn1-1b0729901cc034b95eed6225271155136d5d2f09.tar.gz
missing comment on NoValue.__repr__
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9fe6bb3..bab7936 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@ Revision 0.1.8
- Missing NamedValues.__repr__() added.
- The base.NoValue() class, that indicates uninitialized ASN.1 object,
made public.
+- The base.NoValue() class instances now support __repr__() what makes
+ possible to perform repr() on uninitialized pyasn1 types objects.
- Fix to NamedType.__repr__() to work properly.
- Fixes to __repr__() implementation of many Scalar types to take into
account all of their initializers such as tagSet, subtypeSpec etc.