From 6ab22c92a5833238047749ff7ce20f3f507637c1 Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 2 Dec 2013 07:34:52 +0000 Subject: when comparing ASN.1 types, by-tag and/or by-constraints matching can now be performed with the isSuperTypeOf()/isSameTypeWith() optional flags --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a5f8267..083d729 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,9 @@ Revision 0.1.8 made public. - The base.NoValue() class instances now support __repr__() what makes possible to perform repr() on uninitialized pyasn1 types objects. +- When comparing ASN.1 types, by-tag and/or by-constraints matching + can now be performed with the isSuperTypeOf()/isSameTypeWith() optional + flags. - 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. -- cgit v1.2.1