summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-12-19 15:26:57 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-12-19 15:26:57 -0800
commitffa377c79b12f6b3674cba2267f186d37078d0d7 (patch)
treeb9af9678f7909ee4974ffe92f9933caf4ff3b4e0
parentab598b6db1ce0c63cfe62b35d323f75064df9a19 (diff)
downloadpython-cheetah-ffa377c79b12f6b3674cba2267f186d37078d0d7.tar.gz
Update CHANGES with 2.4.1 notes
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 46c0b0e..953a4ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+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)
+ - Template.compile() will no longer create class names with numerous leading
+ underscores (rtyler; reported by Kirill Uhanov)
+ - DirectiveAnalyzer (cheetah-analyze script) added to report directive usage in templates (rtyler)
+ - Older LaTeX docs converted to rst for Sphinx (rtyler)
+ - Prevent #raw blocks from evaluating $-placeholders and escaped strings (karmix0)
+ - New tests added to verify PSP behavior and other untested internals (rtyler)
2.4.0 (October 15th, 2009)
- Fix a major performance regression in Template.__init__()