From 7b8e44b78c7b2fca3635f6044d04bc20e2f80f0d Mon Sep 17 00:00:00 2001 From: Tim Tisdall Date: Tue, 23 Jun 2015 17:10:13 +0000 Subject: [PATCH] noted string encoding fix in CHANGES --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c7aaf66..57d74ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `_ 1.0 (2014-11-26)