summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
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)