summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-11 23:27:38 -0400
committerR. Tyler Ballance <tyler@slide.com>2009-04-11 23:27:38 -0400
commit7aa0d95e43f53ece65c8a4c2c6c5f7b94d603c1c (patch)
tree68c20a8ae1076995802b1912e3aa0debad172584 /CHANGES
parent80f76839e4c86a7d83bc7a66564a4c8465b875e4 (diff)
downloadpython-cheetah-7aa0d95e43f53ece65c8a4c2c6c5f7b94d603c1c.tar.gz
Update CHANGES to include the CodeHighlighter filter
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index abd31e2..5119d93 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,8 @@
- Added --shbang option (e.g. "cheetah compile --shbang '#!/usr/bin/python2.6' ")
- Removed dependency on optik OptionParser in favor of builtin Python optparse module
- 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_
+ - 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
2.1.0.1 (March 27, 2009)
- Fix inline import issue introduced in v2.1.0