summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-01 11:35:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-01 11:35:47 -0400
commit70f561b14672d87855d7b2255804225b664093c3 (patch)
treee37f33595b87beb3fb4db5333ef8b14325f03428 /CHANGES
parente1086cd37e7075102fe9b895372ecacb98732457 (diff)
downloadmako-70f561b14672d87855d7b2255804225b664093c3.tar.gz
- [bug] Fixed issue where an old lexer rule prevented a template line
which looked like "#*" from being correctly parsed. [ticket:224]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0bd875e..df6a486 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
instead of ``# -*- encoding:%s -*-``; the former is more common
and compatible with emacs. Courtesy Martin Geisler.
+- [bug] Fixed issue where an old lexer rule prevented a template line
+ which looked like "#*" from being correctly parsed. [ticket:224]
+
0.9.0
- [bug] The Context.locals_() method becomes a private underscored
method, as this method has a specific internal use. The purpose