From 2d70d5656f1f159ef2d5680119f0d04053894b7d Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Fri, 28 Oct 2011 12:43:28 +0200 Subject: [PATCH] Completed the change list --- doc/changes.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index d135b19..d25e3c3 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -10,9 +10,21 @@ Changes so that non-mandatory attributes can remain unset (which is different from null). -* Fix inspection of complex types with inheritance. +* Fix: If a complex type was only used as an input type, it was + not registered. -* Fix inspection of self-referencing complex types. +* Complex types: + + - Fix inspection of complex types with inheritance. + + - Fix inspection of self-referencing complex types. + + - wsattr is now a python Descriptor, which makes it possible + to retrieve the attribute definition on a class while + manipulating values on the instance. + + - Add strong type validation on assignment (made possible by + the use of Descriptors). * ExtDirect: