From c3c328b298448d6225905eeb28c36fb8d7c71789 Mon Sep 17 00:00:00 2001 From: Daniel Nouri Date: Wed, 28 Mar 2012 12:33:48 +0200 Subject: [PATCH] Change note --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 9dc50f8..ac8b8dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,12 @@ Changes Next release ------------ +- False evaluating values are now serialized to colander.null for + String, Date, and Time. This resolves the issue where a None value + would be rendered as 'None' for String, and missing='None' was not + possible for Date, Datetime, and Time. + See https://github.com/Pylons/colander/pull/1 . + - Updated Brazilian Portugese translations. - Updated Japanese translation.