summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 56c1d07..46c0b0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,14 @@
+2.4.0 (October 15th, 2009)
+ - Fix a major performance regression in Template.__init__()
+ - More graceful handling of unicode when calling .respond() to render a template
+ - Minor code updates
+
+2.3.0 (October 15th, 2009) (loosely equivalent to 2.4.0)
+ - Fix a major performance regression in Template.__init__()
+ - More graceful handling of unicode when calling .respond() to render a template
+ - Minor code updates
+
2.2.2 (September 10th, 2009)
- Prevent _namemapper.c from segfaulting when PyImport_ImportModule fails for some reason (Bogdano Arendartchuk <debogdano@gmail.com>)
- Removal of the contrib/markdown module (in favor of a setuptools dependency)