summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-16 19:44:39 -0400
committerChris McDonough <chrism@plope.com>2011-10-16 19:44:39 -0400
commit63fcedab6f82f1ef94932ca22d2aea1debebe032 (patch)
tree8fd30d31567aeba8d1110fcbda451d8c8f2d323d /CHANGES.txt
parenta0e3cbc5620776569f3c46180a527d6c6143f0f8 (diff)
downloadpyramid-63fcedab6f82f1ef94932ca22d2aea1debebe032.tar.gz
pyramid-63fcedab6f82f1ef94932ca22d2aea1debebe032.tar.bz2
pyramid-63fcedab6f82f1ef94932ca22d2aea1debebe032.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
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
---------