noted string encoding fix in CHANGES

This commit is contained in:
Tim Tisdall
2015-06-23 17:10:13 +00:00
parent a941784b5a
commit 7b8e44b78c

View File

@@ -27,6 +27,9 @@ Bug Fixes
- Fix an issue where the ``flatten()`` method produces an invalid name
(ex: "answer.0.") for the type "Sequence". See
https://github.com/Pylons/colander/issues/179
- Fixed issue with ``String`` not being properly encoded when non-string
values were passed into ``serialize()``
See `#235 <https://github.com/Pylons/colander/pull/235>`_
1.0 (2014-11-26)