summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-16 21:48:41 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-16 21:48:41 -0700
commitcde2efedd0c18f4f97502da00f498fbb24e07c72 (patch)
tree7f24d69c396b6b7d1d2ecc538983a90718a7c0c2 /CHANGES
parent1801afa6eeaa1d81f9a82d8384923d79f260fb27 (diff)
downloadpython-cheetah-cde2efedd0c18f4f97502da00f498fbb24e07c72.tar.gz
Update CHANGES for new compiler setting
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5119d93..3007717 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@
- Introduction of the #transform directive for whole-document filtering
- Introduction of Cheetah.contrib.markdown and Cheetah.Filters.Markdown for outputting a markdown processed template (meant for #transform)
- Cheetah.Filters.CodeHighlighter, pygments-based code highlighting filter for use with #transform
+ - Addition of "useLegacyImportMode" compiler setting (defaulted to True) to allow for older (read: broken) import behavior
2.1.0.1 (March 27, 2009)
- Fix inline import issue introduced in v2.1.0