From 3a1b50cc505140fbfd97c5c06de8ce924b19373e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 2 Apr 2011 13:08:05 -0400 Subject: [PATCH] add note to changelog --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6455063..f1e59a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,10 @@ Next release - Use ``default_tzinfo`` when deserializing naive datetimes. See https://github.com/Pylons/colander/issues#issue/5. +- Allow ``default_tzinfo`` to be ``None`` when creating a + ``colander.DateTime``. See + https://github.com/Pylons/colander/issues#issue/6. + 0.9.2 (2011-03-28) ------------------