summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3aadc3039..a747ffa25 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -28,11 +28,11 @@ Implementation Changes
- The ``repoze.bfg.wsgi.wsgiapp`` decorator now uses
``webob.Request.get_response`` to do its work rather than relying on
- howgrown WSGI code.
+ homegrown 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.
+ homegrown WSGI code.
0.6.2 (2009-01-13)
==================