Completed the change list.

version -> 0.2.0
This commit is contained in:
Christophe de Vienne
2011-10-25 12:56:30 +02:00
parent 6e48ce443d
commit bf0be392ec
2 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,21 @@
Changes
=======
0.2.0 (next)
------------
* Added batch-calls abilities.
* Implement batch-call in the ExtDirect protocol.
* Introduce a :class:`UnsetType` and a :data:`Unset` constant
so that non-mandatory attributes can remain unset (which is
different from null).
* Fix inspection of complex types with inheritance.
* Fix inspection of self-referencing complex types.
0.1.1 (2011-10-20)
------------------

View File

@@ -1,5 +1,5 @@
name = "WSME"
version = "0.1.1"
version = "0.2.0"
description = "Web Services Made Easy"