From a95805481a0fbaa9ef888751f55549245094cd08 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 20 Jul 2009 13:37:09 +0000 Subject: Fixed documentation bug showing wrong environment key for the ``matchdict`` produced by the matching route. Thanks to leopay for the catch. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e08239190..6b6ce3de4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,9 @@ Next release ============ +- Fixed documentation bug showing wrong environment key for the ``matchdict`` + produced by the matching route. + - Added a workaround for a bug in Python 2.6, 2.6.1, and 2.6.2 having to do with a recursion error in the mimetypes module when trying to serve static files from Paste's FileApp: -- cgit v1.2.3