Skip to content

Commit

Permalink
Update CHANGES with 2.4.1 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Ballance committed Dec 19, 2009
1 parent ab598b6 commit ffa377c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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__()
Expand Down

0 comments on commit ffa377c

Please sign in to comment.