From 7379a3a88e69f5f78f267d104ec531fc3e3860e6 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 13 May 2015 12:32:01 +0000 Subject: [PATCH] Update changes doc Prepare for a 0.7.0 release. Change-Id: Ic4cb1e540ea1087cc0d3c12a76dfe00939e481c2 --- doc/changes.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index 8415bcd..0e00df1 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,6 +1,21 @@ Changes ======= +0.7.0 (2015-05-13) +------------------ + +* Ensure UserType objects are converted to basetype +* Convert built-in types when passed as strings +* Multiple protocol accept or content-type matching +* Raise an InvalidInput if you get a ValueError from JSON data +* Remove unsupported python versions from setup.cfg +* Clean up setup.py and add requirements.txt +* Add full MIT license +* Fix i18n when formatting exception +* Cleanup up logging +* Make it possible to use the Response to return a non-default return type +* several fixes for SOAP protocol + 0.6.4 (2014-11-20) ------------------