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) ------------------