summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-01-06 22:22:18 +0000
committerTres Seaver <tseaver@palladion.com>2009-01-06 22:22:18 +0000
commite61f3396cd622b2ddbaa568903d2bb07dc0f0bda (patch)
tree17037444ce22a9c10c06587987bc106e3df1324e /CHANGES.txt
parent549f4d4b1096996201c2154a144f039432cc46b6 (diff)
downloadpyramid-e61f3396cd622b2ddbaa568903d2bb07dc0f0bda.tar.gz
pyramid-e61f3396cd622b2ddbaa568903d2bb07dc0f0bda.tar.bz2
pyramid-e61f3396cd622b2ddbaa568903d2bb07dc0f0bda.zip
Renamed the existing BFG paster template to ``bfg_starter``.
Added another template showing default ZODB setup using ``repoze.zodbconn``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 893577866..392d01c7e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,9 @@ Deprecations
Features
--------
+- Renamed the existing BFG paster template to ``bfg_starter``. Added
+ another template showing default ZODB setup using ``repoze.zodbconn``.
+
- A ``static`` helper class was added to the ``repoze.bfg.views``
module. Instances of this class are willing to act as BFG views
which return static resources using files on disk. See the