summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2010-02-07 20:17:17 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2010-02-07 20:17:17 -0800
commitd20b523d30d77b2bccb8cfa0d39ab416e35da9c0 (patch)
treed44dfd7a44a26a5f146f735771783556aea6be81 /CHANGES
parent62f5a2fe995695c1a88cef5e059192b20143afe0 (diff)
downloadpython-cheetah-d20b523d30d77b2bccb8cfa0d39ab416e35da9c0.tar.gz
Mark v2.4.2v2.4.2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b87779b..92f713a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+2.4.2 (February 8th, 2010)
+ - Fix issue where subclasses of Template failed to pick up attributes in the
+ searchlist
+ - Remove old/outdated bundled memcached python client
+ - Allow for #encoding directives to exist after a comment (i.e. not the first
+ line in a module)
+ - Remove support for WebWare servlets (which caused significant performance
+ slowdowns on Mac OS X)
+ - Old/stale code pruned in preparation for Python 3 support
+
2.4.1 (December 19th, 2009)
- --quiet flag added to `cheetah` to silence printing to stdout (abbeyj)
- Refactoring to minimize the amount of forked code for Python3 (rtyler)