From 5e939a9a86f42318f1e92419cec23f49ec5b76f6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 21 Jun 2009 19:54:16 +0000 Subject: - 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. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index b49d0f204..fe210bc34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -193,6 +193,13 @@ 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) ================== -- cgit v1.2.3