From 24bf2a83c5172e6974c997495e8f1c7922394617 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 16 Dec 2010 15:03:15 -0500 Subject: Features -------- - Added ``debug_routematch`` configuration setting that logs matched routes (including the matchdict and predicates). Documentation ------------- - Added "Debugging Route Matching" section to the urldispatch narrative documentation chapter. - Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch`` config file setting to the Environment narrative docs chapter. --- CHANGES.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5f9cb3d05..9752df196 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,17 +1,26 @@ Next release ============ +Bug Fixes +--------- + +- Make it possible to succesfully run all tests via ``nosetests`` command + directly (rather than indirectly via ``python setup.py nosetests``). + Features -------- -- Added ``debug_matched`` configuration setting that logs matched routes +- Added ``debug_routematch`` configuration setting that logs matched routes (including the matchdict and predicates). -Bug Fixes ---------- +Documentation +------------- -- Make it possible to succesfully run all tests via ``nosetests`` command - directly (rather than indirectly via ``python setup.py nosetests``). +- Added "Debugging Route Matching" section to the urldispatch narrative + documentation chapter. + +- Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch`` + config file setting to the Environment narrative docs chapter. 1.0a6 (2010-12-15) ================== -- cgit v1.2.3