summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-12-08 15:18:54 +0000
committerelie <elie>2013-12-08 15:18:54 +0000
commitd901df205427ce7ef72b074e05e6d7bb1f8b4ee9 (patch)
treee9bea12d89096d295cbee2e70081c8a58eab82fe /CHANGES
parent36bd6c436907c2a78ef8fe9255192e05506b9927 (diff)
downloadpyasn1-d901df205427ce7ef72b074e05e6d7bb1f8b4ee9.tar.gz
test coverage extended to cover pyasn1 types __repr__() function
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77cb870..1640960 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,7 @@ Revision 0.1.8
which accepts both var-args and keyword-args. Default repr() modified to
reflect this change.
- NamedTypes() and NamedValues() made comparable.
+- Test coverage extended to cover pyasn1 types __repr__() function.
- 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.