diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-16 15:03:15 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-16 15:03:15 -0500 |
| commit | 24bf2a83c5172e6974c997495e8f1c7922394617 (patch) | |
| tree | b27072f09db57924ec22179538e9cf42204098be /CHANGES.txt | |
| parent | a61f345b414bb4529c2a5927a73192ce874ab001 (diff) | |
| download | pyramid-24bf2a83c5172e6974c997495e8f1c7922394617.tar.gz pyramid-24bf2a83c5172e6974c997495e8f1c7922394617.tar.bz2 pyramid-24bf2a83c5172e6974c997495e8f1c7922394617.zip | |
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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 19 |
1 files changed, 14 insertions, 5 deletions
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) ================== |
