Documented changes and added name to contributors

This commit is contained in:
Romain Commande
2014-12-08 18:16:42 +01:00
parent b45d9be152
commit 29c893088b
2 changed files with 4 additions and 0 deletions

View File

@@ -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
~~~~~~~~

View File

@@ -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