summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-05-30 19:30:48 +0000
committerelie <elie>2013-05-30 19:30:48 +0000
commit054a4187b095dfb2184253f0498a298b7408ef72 (patch)
tree2dee8c6a5ebcc0838670a0ca349abd6b652c19b6 /CHANGES
parente246aaab27dffad2a8fbf1c810bd89c6ca5859cd (diff)
downloadpyasn1-054a4187b095dfb2184253f0498a298b7408ef72.tar.gz
* Fix to SEQUENCE and SET types to give them their private componentTypes
collection (which is a NamedTypes object) so that they won't collide in a MT execution environment. * Fix to NamedType.__repr__() to work properly.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 561dedd..6e0cdbd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+Revision 0.1.8
+--------------
+
+- Fix to SEQUENCE and SET types to give them their private componentTypes
+ collection (which is a NamedTypes object) so that they won't collide in
+ a MT execution environment.
+- Fix to NamedType.__repr__() to work properly.
+
Revision 0.1.7
--------------