diff options
author | jortel <devnull@localhost> | 2008-04-08 22:25:39 +0000 |
---|---|---|
committer | jortel <devnull@localhost> | 2008-04-08 22:25:39 +0000 |
commit | cc224e3bda4398a7eb4c0ce88be8d4a387d04aaf (patch) | |
tree | 7500422dc2e48af4f517b4b409b6b666e52b51ff /README | |
parent | a9b5945408ea8bd502e4e66004f3e1fad5fb18ef (diff) | |
download | suds-cc224e3bda4398a7eb4c0ce88be8d4a387d04aaf.tar.gz |
Update release notes for 0.1.7 releaserelease-0.1.7
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -264,6 +264,8 @@ version-0.1.7 (04-08-08): * Property maintains attribute names (keys) in the order added. This also means that get_item() and get_names() return ordered values. + ( Although, I suspect ordering really needs to be done in the marshaller using the + order specified in the wsdl/schema ) Major refactoring of the schema.py. The primary goals is perparation for type lookups that are fully qualified by namespace. Once completed, the prefixes on attribute values will not longer |