From 3add1b9a5f5210f966db354026a09fe2a263c660 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 17 Sep 2008 18:46:04 +0000 Subject: - Routes URL dispatch did not have access to the WSGI environment, so conditions such as method=GET did not work. --- CHANGES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 4825852c1..a1ac46fd6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,12 @@ Next release Docs - Documented URL dispatch better in narrative form. + - Documented URL dispatch better in narrative form. + + Bug fixes + + - Routes URL dispatch did not have access to the WSGI environment, + so conditions such as method=GET did not work. 0.3.7 (09/09/2008) -- cgit v1.2.3