aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-03-22 10:09:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-03-22 10:09:25 -0400
commit266abebaf9aad33e139f5f2ebd50ad604d6f3f86 (patch)
treef1241c2ea06f18a9d071e0ab0231b9c26f2b8ead /CHANGES
parentcdfba8d24dffb380addd9930b81ef1d991cc2255 (diff)
downloadexternal_python_mako-266abebaf9aad33e139f5f2ebd50ad604d6f3f86.tar.gz
external_python_mako-266abebaf9aad33e139f5f2ebd50ad604d6f3f86.tar.bz2
external_python_mako-266abebaf9aad33e139f5f2ebd50ad604d6f3f86.zip
- a slight adjustment to the "highlight" logic
for generating template bound stacktraces. Will stick to known template source lines without any extra guessing. [ticket:165]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bde5841..76a023b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+0.4.1
+- a slight adjustment to the "highlight" logic
+ for generating template bound stacktraces.
+ Will stick to known template source lines
+ without any extra guessing. [ticket:165]
+
0.4.0
- A 20% speedup for a basic two-page
inheritance setup rendering