summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-11-18 15:03:06 +0100
committerGitHub <noreply@github.com>2017-11-18 15:03:06 +0100
commitc156221fce2b2e9061ee5095ce6488c829e62698 (patch)
tree1d329c6cc6af2babf5c6238a2a397fe1c579acb1 /CHANGES.rst
parent4cfceb7716d5f553643ad4509de1808989f0fc4d (diff)
downloadpyasn1-git-c156221fce2b2e9061ee5095ce6488c829e62698.tar.gz
__repr__() of ASN.1 types reworked for better readability (#102)
At the same time __repr__() stopped being eval()-compliant
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
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