Completed the change list

This commit is contained in:
Christophe de Vienne
2011-10-25 13:01:19 +02:00
parent bf0be392ec
commit 5e4939c4b2

View File

@@ -6,8 +6,6 @@ Changes
* 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).
@@ -16,6 +14,14 @@ Changes
* Fix inspection of self-referencing complex types.
* ExtDirect:
- Implements batch calls
- Fix None values conversion
- Fix transaction result : 'action' and 'method' were missing.
0.1.1 (2011-10-20)
------------------