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