From 3aedc343290521dc5428e7a2b18fafd075941f32 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 4 Feb 2012 10:21:25 -0500 Subject: [PATCH] add changes --- CHANGES.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index c8b68a9..b42c08c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,19 @@ Changes ======= +Next release +------------ + +- No longer runs on Python 2.4 or 2.5. Python 2.6+ is now required. + +- Python 3.2 compatibility. + +- Removed a dependency on the iso8601 package (code from the package is now + inlined in Colander itself). + +- Added copyright and licensing information for iso8601-derived code to + LICENSE.txt. + 0.9.5 (2012-01-13) ------------------