diff options
| -rw-r--r-- | CHANGES.txt | 12 | ||||
| -rw-r--r-- | docs/changes.rst | 2 |
2 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 392d01c7e..0133a32e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +After 0.6.1 +=========== + +Features +-------- + +- Renamed the existing BFG paster template to ``bfg_starter``. Added + another template showing default ZODB setup using ``repoze.zodbconn``. + 0.6.1 (2009-01-06) ================== @@ -21,9 +30,6 @@ 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 diff --git a/docs/changes.rst b/docs/changes.rst index d4f6bb019..37ffddd02 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,4 +1,4 @@ :mod:`repoze.bfg` Change History ================================ -.. literalinclude:: ../CHANGES.txt +.. include:: ../CHANGES.txt |
