From 63fcedab6f82f1ef94932ca22d2aea1debebe032 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 16 Oct 2011 19:44:39 -0400 Subject: - A ``mako.directories`` setting is no longer required to use Mako templates Rationale: Mako template renderers can be specified using an absolute asset spec. An entire application can be written with such asset specs, requiring no ordered lookup path. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index b55ec5e0d..631ae1246 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,11 @@ Features - Python 3.2 compatibility. +- A ``mako.directories`` setting is no longer required to use Mako templates + Rationale: Mako template renderers can be specified using an absolute asset + spec. An entire application can be written with such asset specs, + requiring no ordered lookup path. + Bug Fixes --------- -- cgit v1.2.3