summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2013-10-16 14:18:19 +0200
committerJulien Danjou <julien@danjou.info>2013-10-16 14:18:19 +0200
commitd987b06b96ce616aee0cdcb8751041f51468cb4a (patch)
tree70baee52910313d80c26a91bd58289b6249d6ddd
parentb7875ffbb758871c23525001f9eadbfdf32843f9 (diff)
downloadwsme-d987b06b96ce616aee0cdcb8751041f51468cb4a.tar.gz
Add changes entry for 0.5b6
Change-Id: I1324420192e056415d59be3f4e4ad9e9c55052a1
-rw-r--r--doc/changes.rst20
1 files changed, 20 insertions, 0 deletions
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)
------------------