From 29c893088b743b9f5d2ebe15e1cc9e42f23d852a Mon Sep 17 00:00:00 2001 From: Romain Commande Date: Mon, 8 Dec 2014 18:16:42 +0100 Subject: [PATCH] Documented changes and added name to contributors --- CHANGES.txt | 3 +++ CONTRIBUTORS.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index da20d24..fd37870 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -27,6 +27,9 @@ Bug Fixes See https://github.com/Pylons/colander/pull/183 and https://github.com/Pylons/colander/pull/185 +- Fix an issue where the ``flatten()'' method produces an invalid name (ex: "answer.0.") for the type "Sequence" + https://github.com/Pylons/colander/issues/179 + Features ~~~~~~~~ diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 6c6130b..bdd654f 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -119,3 +119,4 @@ Contributors - Cédric Messiant, 2014/06/27 - Gouji Ochiai, 2014/08/21 - Tim Tisdall, 2014/09/10 +- Romain Commandé, 2014/10/11