Update changes doc

Prepare for a 0.7.0 release.

Change-Id: Ic4cb1e540ea1087cc0d3c12a76dfe00939e481c2
This commit is contained in:
Chris Dent 2015-05-13 12:32:01 +00:00
parent d2f8f8fb1c
commit 7379a3a88e
1 changed files with 15 additions and 0 deletions

View File

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