diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bdb7acd97..c1b441c50 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -78,6 +78,9 @@ Bug Fixes - Make it possible to succesfully run all tests via ``nosetests`` command directly (rather than indirectly via ``python setup.py nosetests``). +- When a configuration conflict is encountered during scanning, the conflict + exception now shows the decorator information that caused the conflict. + Features -------- @@ -109,6 +112,11 @@ Paster Templates - Added ``debug_routematch = false`` to all paster templates. +Dependencies +------------ + +- Depend on Venusian >= 0.5 (for scanning conflict exception decoration). + 1.0a6 (2010-12-15) ================== |
