summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 15c5f0c..46c0b0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
-2.3.0 (unreleased)
- -
+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>)