From d987b06b96ce616aee0cdcb8751041f51468cb4a Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 16 Oct 2013 14:18:19 +0200 Subject: [PATCH] Add changes entry for 0.5b6 Change-Id: I1324420192e056415d59be3f4e4ad9e9c55052a1 --- doc/changes.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index a82dc24..768efb4 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ------------------