summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-01 19:04:47 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-01 19:04:47 +0000
commite174a4378b7da5a06c0a4d2e1a96c90ec55ef07f (patch)
tree5c379c9e770ef70a7f21b9a1c51f98cdd2acca9c
parentb2481c5a01cd10764ebcdacb0a084beaa0a90e68 (diff)
downloadpyramid-e174a4378b7da5a06c0a4d2e1a96c90ec55ef07f.tar.gz
pyramid-e174a4378b7da5a06c0a4d2e1a96c90ec55ef07f.tar.bz2
pyramid-e174a4378b7da5a06c0a4d2e1a96c90ec55ef07f.zip
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 07a702383..49f66b949 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,8 +20,8 @@ Bug Fixes
This violated the WSGI spec, causing a ``TypeError`` to be raised
when these headers were used under ``mod_wsgi``.
-- If a routes-only BFG app was mounted under a path in modwsgi, ala
- ``WSGIScriptAlias /myapp
+- If a BFG app that had a route matching the root URL was mounted
+ under a path in modwsgi, ala ``WSGIScriptAlias /myapp
/Users/chrism/projects/modwsgi/env/bfg.wsgi``, the home route (a
route with the path of ``'/'`` or ``''``) would not match when the
path ``/myapp`` was visited (only when the path ``/myapp/`` was