diff options
author | R. Tyler Ballance <tyler@monkeypox.org> | 2009-12-19 15:26:57 -0800 |
---|---|---|
committer | R. Tyler Ballance <tyler@monkeypox.org> | 2009-12-19 15:26:57 -0800 |
commit | ffa377c79b12f6b3674cba2267f186d37078d0d7 (patch) | |
tree | b9af9678f7909ee4974ffe92f9933caf4ff3b4e0 | |
parent | ab598b6db1ce0c63cfe62b35d323f75064df9a19 (diff) | |
download | python-cheetah-ffa377c79b12f6b3674cba2267f186d37078d0d7.tar.gz |
Update CHANGES with 2.4.1 notes
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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__() |