Add changes entry for 0.5b6

Change-Id: I1324420192e056415d59be3f4e4ad9e9c55052a1
This commit is contained in:
Julien Danjou 2013-10-16 14:18:19 +02:00
parent b7875ffbb7
commit d987b06b96

View File

@ -1,6 +1,26 @@
Changes
=======
0.5b6 (2013-10-16)
------------------
* Add improved support for HTTP response codes in cornice apps.
* Handle mandatory attributes
* Fix error code returned when None is used in an Enum
* Handle list and dict for body type in REST protocol
* Fix Sphinx for Python 3
* Add custom error code to ClientSideError
* Return a ClientSideError if unable to convert data
* Validate body when using Pecan
0.5b5 (2013-09-16)
------------------