summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-16 13:33:24 +0000
committerGerrit Code Review <review@openstack.org>2013-10-16 13:33:24 +0000
commit8f46a0ce7124003cff0e2be689a20a9b6ca3890c (patch)
tree5b97c57e86a249f5b92428b1687e441e2c861afd
parentb45d1f16f179f9448ebb0c8dc4d5daba47d226e5 (diff)
parentd987b06b96ce616aee0cdcb8751041f51468cb4a (diff)
downloadwsme-8f46a0ce7124003cff0e2be689a20a9b6ca3890c.tar.gz
Merge "Add changes entry for 0.5b6"0.5b6
-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)
------------------