summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-03 14:48:26 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-03 14:48:26 -0700
commit74a4a315038fc32afbd9c233185b211ce2a51220 (patch)
treed6ce9b8ed75a6508700dd0213c6810439cf41d1a /CHANGES
parentcf953444864a04ff8a2480ecca2ef3183360c3e0 (diff)
downloadpython-cheetah-74a4a315038fc32afbd9c233185b211ce2a51220.tar.gz
Revert "Update CHANGES to reflect jbq@'s latest patch"
This reverts commit 46ea7713edafa04e8dc74108dd666189715d6a63.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3ec7f2a..9fafbb2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,6 @@ release
- Correct unicode issue when calling/embedding unicode templates inside of other templtes (testcase Tests.Unicode.JPQ_UTF8_Test3. reported by Jean-Baptiste Quenot <jbq@caraldi.com>)
- Added --shbang option (e.g. "cheetah compile --shbang '#!/usr/bin/python2.6' ")
- Removed dependency on optik OptionParser in favor of builtin Python optparse module
- - Convert unicode compiled template to an utf8 char buffer when writing to a file (Jean-Baptiste Quenot <jbq@caraldi.com>)
2.1.0.1 (March 27, 2009)
- Fix inline import issue introduced in v2.1.0