From 5e4939c4b2c437d1b184c08f5d6367a751b19fed Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 25 Oct 2011 13:01:19 +0200 Subject: [PATCH] Completed the change list --- doc/changes.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 3de252a..d135b19 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ------------------