summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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