Completed the change list

This commit is contained in:
Christophe de Vienne
2011-10-28 12:43:28 +02:00
parent 45016290b4
commit 2d70d5656f

View File

@@ -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: