From c156221fce2b2e9061ee5095ce6488c829e62698 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sat, 18 Nov 2017 15:03:06 +0100 Subject: __repr__() of ASN.1 types reworked for better readability (#102) At the same time __repr__() stopped being eval()-compliant --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 1db5a70..3e6d96e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,8 @@ Revision 0.4.1, released XX-10-2017 parameter to return instead if schema object is to be returned - Constructed types' .getComponentBy*() methods accept the `instantiate` parameter to disable automatic inner component instantiation +- The ASN.1 types `__repr__` implementation reworked for better readability + at the cost of not being `eval`-compliant - Fixed Choice.clear() to fully reset internal state of the object - Sphinx documentation rearranged, simplified and reworded - The `isValue` singleton is now the only way to indicate ASN.1 schema -- cgit v1.2.1