From 9692e1536f11bfc863fa0521b4e6c561f4b77d8a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 29 Mar 2011 16:11:27 -0400 Subject: [PATCH] note nouri's change --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6a7c148..6455063 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,9 @@ Next release - Fix documentation: 0.9.2 requires ``deserialize`` of types to explicitly deal with the potential to receive ``colander.null``. +- Use ``default_tzinfo`` when deserializing naive datetimes. See + https://github.com/Pylons/colander/issues#issue/5. + 0.9.2 (2011-03-28) ------------------