summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-10-24 17:31:27 -0700
committerR. Tyler Ballance <tyler@monkeypox.org>2009-10-24 17:31:27 -0700
commita02a09a79c501ba82f3ce176632cec893d78c9d1 (patch)
tree18ca06278abc5f02eb6f1632e3beb9ab4efdd1fa
parent4213bbe9856d9c33a35ed2d7d5dba1ca16472015 (diff)
downloadpython-cheetah-a02a09a79c501ba82f3ce176632cec893d78c9d1.tar.gz
tweak changes for release
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 46c0b0e..1aff910 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,15 @@
-2.4.0 (October 15th, 2009)
+2.4.0 (October 24th, 2009)
- Fix a major performance regression in Template.__init__()
- More graceful handling of unicode when calling .respond() to render a template
- Minor code updates
+ - Update the default filter (thanks mikeb!)
-2.3.0 (October 15th, 2009) (loosely equivalent to 2.4.0)
+2.3.0 (October 24th, 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
+ - Update the default filter (thanks mikeb!)
2.2.2 (September 10th, 2009)
- Prevent _namemapper.c from segfaulting when PyImport_ImportModule fails for some reason (Bogdano Arendartchuk <debogdano@gmail.com>)