From 853f43626e678ad665c436c0bf5e1e7c05fac6df Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 14 May 2009 03:04:06 +0000 Subject: - Noted existence of ``repoze.bfg.pagetemplate`` template bindings in "Available Add On Template System Bindings" in Templates chapter in narrative docs. - Noted existence of ``alchemy`` paster template. --- CHANGES.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 461cbc560..95e6be8b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,19 @@ Documentation - Added glossary entry for "root factory". +- Noted existence of ``repoze.bfg.pagetemplate`` template bindings in + "Available Add On Template System Bindings" in Templates chapter in + narrative docs. + +Features +-------- + +- Courtesty Carlos de la Guardia, added an ``alchemy`` Paster + template. This paster template sets up a BFG project that uses + SQAlchemy (with SQLite) and uses traversal to resolve URLs. (no + Routes areused). This template can be used via ``paster create -t + bfg_alchemy``. + 0.8a6 (2009-05-11) ================== -- cgit v1.2.3