From b749712221e3273ac15568da6fc2f419fffe3e97 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Sun, 30 Aug 2015 15:53:38 +0200 Subject: [PATCH] Add the 0.8.0 changes list Change-Id: Ib1c9daa74702134945fdda04b6e31c196154e37c --- doc/changes.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index 0e00df1..a623ed7 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,6 +1,20 @@ Changes ======= +0.8.0 (2015-08-25) +------------------ + +Changes that may break your app: + +* Returns 400 if unexpected attributes are added to complex types (#1277571). + +Other changes: + +* Returns 415 when Content-Type is invalid (#1419110) +* Returns 400 if a complex input type is not a json object (#1423634) +* Fix error reports with ArrayType and DictType invalid inputs (#1428185, #1428628) +* Update README + 0.7.0 (2015-05-13) ------------------