summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-12 03:18:00 -0400
committerR. Tyler Ballance <tyler@slide.com>2009-04-12 03:18:00 -0400
commit8937a28035add258ca806d4d8dc194bf060f530a (patch)
treeaa2acaff0a9ff10ad99e70a7c7dab19ff779971f /CHANGES
parente62308e48930e1013ad911ff25fd9225d6a5d3bf (diff)
parent9e1dedca81904adfc0e65140617479160cb3047d (diff)
downloadpython-cheetah-8937a28035add258ca806d4d8dc194bf060f530a.tar.gz
Merge branch 'next' of git@github.com:rtyler/cheetah into unicode
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f90287f..c8dc7f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,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