From b47d7196133542be2d71b4a7bc6259234f3df8bb Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Thu, 20 Oct 2011 14:59:47 +0200 Subject: [PATCH] Prepare the 0.1.1 release --- doc/changes.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 39d6e62..2bdc214 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,8 +1,8 @@ Changes ======= -0.1.1 (next) ------------- +0.1.1 (2011-10-20) +------------------ * Changed the internal API by introducing a CallContext object. It makes it easier to implement some protocols that have @@ -15,6 +15,11 @@ Changes * Fix the mandatory / default detection on function arguments. +* Fix issues with the SOAP protocol implementation which should now + work properly with a suds client. + +* Fix issues with the ExtDirect protocol implementation. + 0.1.0 (2011-10-14) ------------------