From ea9f71d5f239b2e042d51cc1943afab864e107f5 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 11 Nov 2014 14:05:43 +0100 Subject: [PATCH] Document next version changes Change-Id: I47b0251cbb0dbb0f24d961949f7d4fd37435a5c5 --- doc/changes.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 14927cf..98b93f6 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,8 +1,16 @@ Changes ======= -0.6.1 ------ +0.6.2 (next) +------------ + +* Flask adapter complex types now supports flask.ext.restful +* Allow disabling complex types auto-register +* Documentation edits +* Various documentation build fixes + +0.6.1 (2014-05-02) +------------------ * Fix error: variable 'kw' referenced before assignment * Fix default handling for zero values @@ -11,8 +19,8 @@ Changes * pecan: cleanup, use global vars and staticmethod * args_from_args() to work with an instance of UserType -0.6 ---- +0.6 (2014-02-06) +---------------- * Add 'readonly' parameter to wsattr * Fix typos in documents and comments