summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d7aa363f8..3aadc3039 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,8 +26,13 @@ Features
Implementation Changes
----------------------
-- The ``wsgiapp`` decorator now uses ``webob.Request.get_response`` to
- do its work rather than relying on howgrown WSGI code.
+- The ``repoze.bfg.wsgi.wsgiapp`` decorator now uses
+ ``webob.Request.get_response`` to do its work rather than relying on
+ howgrown WSGI code.
+
+- The ``repoze.bfg.view.static`` helper now uses
+ ``webob.Request.get_response`` to do its work rather than relying on
+ howgrown WSGI code.
0.6.2 (2009-01-13)
==================