summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bd1a0a96e..5b2d019ba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,17 @@
Next release
============
+Documentation
+-------------
+
+- Added a tutorial which explains how to run a ``repoze.bfg``
+ application under `mod_wsgi <http://code.google.com/p/modwsgi/>`_.
+ See "Running a repoze.bfg Application under mod_wsgi" in the
+ tutorials section of the documentation.
+
+Features
+--------
+
- Add a ``repoze.bfg.url.static_url`` API which is capable of
generating URLs to static resources defined by the ``<static>`` ZCML
directive. See the "Views" narrative chapter's section titled