From 70f561b14672d87855d7b2255804225b664093c3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 1 Oct 2013 11:35:47 -0400 Subject: - [bug] Fixed issue where an old lexer rule prevented a template line which looked like "#*" from being correctly parsed. [ticket:224] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1