aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-12 14:22:46 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-12 14:22:46 -0400
commit10228fad9797a85a879286eb51ec4ea287225c97 (patch)
treee8a5da4ad419e8a8c5b8965dd8981f648ea4b711 /CHANGES
parent8bebfc205230d41429a88c98b56d45acf7e67226 (diff)
downloadexternal_python_mako-10228fad9797a85a879286eb51ec4ea287225c97.tar.gz
external_python_mako-10228fad9797a85a879286eb51ec4ea287225c97.tar.bz2
external_python_mako-10228fad9797a85a879286eb51ec4ea287225c97.zip
- [feature] The html_error_template() will now
apply Pygments highlighting to the source code displayed in the traceback, if Pygments if available. Courtesy Ben Trofatter [ticket:95]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c84fb92..b07a295 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,10 @@
0.6.3
+- [feature] The html_error_template() will now
+ apply Pygments highlighting to the source
+ code displayed in the traceback, if Pygments
+ if available. Courtesy Ben Trofatter
+ [ticket:95]
+
- [feature] Added support for context managers,
i.e. "% with x as e:/ % endwith" support.
Courtesy Ben Trofatter [ticket:147]