aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-30 19:51:24 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-30 19:51:24 -0400
commitd1e8233c2efa9a231c3a5fe91469189e289e2f5c (patch)
treeec7b408ecac3068a406e4e38b3fe89ca9912d76c /CHANGES
parent951d15087515582e0d08bbaecdd55469cb3fc17b (diff)
downloadexternal_python_mako-d1e8233c2efa9a231c3a5fe91469189e289e2f5c.tar.gz
external_python_mako-d1e8233c2efa9a231c3a5fe91469189e289e2f5c.tar.bz2
external_python_mako-d1e8233c2efa9a231c3a5fe91469189e289e2f5c.zip
- UNDEFINED is a reserved word too, fix docs, add testsrel_0_7_0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5fbc432..706c9cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,7 @@
names, that is names which are never pulled
from the context and cannot be passed to
the template.render() method. Current names
- are "context", "loop".
+ are "context", "loop", "UNDEFINED".
- [feature] The html_error_template() will now
apply Pygments highlighting to the source