summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-22 00:12:45 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-22 00:12:45 +0000
commit6ecdbc409d2109a9e7fc5367c64067f0400f07cc (patch)
tree37a01b7f6d9c9fe10f8201bf67d89dfd480e9072 /CHANGES.txt
parent352276d69311cbd2ec4985b4e809b607102c2dab (diff)
downloadpyramid-6ecdbc409d2109a9e7fc5367c64067f0400f07cc.tar.gz
pyramid-6ecdbc409d2109a9e7fc5367c64067f0400f07cc.tar.bz2
pyramid-6ecdbc409d2109a9e7fc5367c64067f0400f07cc.zip
- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
a request that matches using URL dispatch. This feature was only there to service the ``repoze.bfg.wsgi.wsgiapp2`` decorator and it did it wrong; use ``*subpath`` instead now. - The interface generation performed for named request factories had the wrong base classes.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fe210bc34..e5cb81aa9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -160,6 +160,11 @@ Backwards Incompatibilities
(and sending a new request event) within the router (it used to be
performed afterwards).
+- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
+ a request that matches using URL dispatch. This feature was only
+ there to service the ``repoze.bfg.wsgi.wsgiapp2`` decorator and it
+ did it wrong; use ``*subpath`` instead now.
+
Bug Fixes
---------
@@ -193,13 +198,6 @@ Documentation
- Updated Routes bfgwiki2 tutorial to reflect the fact that context
factories are now no longer used.
-Internal
---------
-
-- Make Routes mapper responsible for doing magic to fix up PATH_INFO
- and SCRIPT_NAME when a ``path_info`` key exists in the matchdict.
- This used to be done in the traverser, which made no sense.
-
0.9.1 (2009-06-02)
==================