From 14bfc6c150233020eb27d67c1d1cdb8699d9b22e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 20 Jul 2009 14:56:09 +0000 Subject: Fixed documentation bug showing invalid test for values from the ``matchdict``. o They are stored as attributes of the ``Article``, rather than subitems. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 6b6ce3de4..551368b24 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Next release ============ +- Fixed documentation bug showing invalid test for values from the + ``matchdict``: they are stored as attributes of the ``Article``, rather + than subitems. + - Fixed documentation bug showing wrong environment key for the ``matchdict`` produced by the matching route. -- cgit v1.2.3