From 650fbdcac19ea1654b7a3856836fbda4115b4ed1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 12 Nov 2012 11:36:41 -0500 Subject: - [feature] Added lexer_cls argument to Template, TemplateLookup, allows alternate Lexer classes to be used. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6f0c417..8626e24 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ - [feature] Code has been reworked to support Python 2.4-> Python 3.xx in place. 2to3 no longer needed. +- [feature] Added lexer_cls argument to Template, + TemplateLookup, allows alternate Lexer classes + to be used. + - [feature] Added future_imports parameter to Template and TemplateLookup, renders the __future__ header with desired capabilities at the top of the generated -- cgit v1.2.1