summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d52c8d479..4befd2ecc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,9 +4,12 @@ Next release
Bug Fixes
---------
-- When ``pyramid.wsgi.wsgiapp2`` calls the downstream WSGI app, the
- app's environ will no longer have (deprecated and potentially misleading)
- ``bfg.routes.matchdict`` or ``bfg.routes.route`` keys in it.
+- When ``pyramid.wsgi.wsgiapp2`` calls the downstream WSGI app, the app's
+ environ will no longer have (deprecated and potentially misleading)
+ ``bfg.routes.matchdict`` or ``bfg.routes.route`` keys in it. A symptom of
+ this bug would be a ``wsgiapp2``-wrapped Pyramid app finding the wrong view
+ because it mistakenly detects that a route was matched when, in fact, it
+ was not.
1.3b3 (2012-03-17)
==================