summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 01:19:50 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 01:19:50 -0500
commit14b78b33fb6d875c41ab0f95f9d9796cc050d615 (patch)
treece1c35c6059640de8be7731c692dff9cd3429b5b /CHANGES.txt
parente17964766e467dc926c6fc41afbef0add5e91aac (diff)
downloadpyramid-14b78b33fb6d875c41ab0f95f9d9796cc050d615.tar.gz
pyramid-14b78b33fb6d875c41ab0f95f9d9796cc050d615.tar.bz2
pyramid-14b78b33fb6d875c41ab0f95f9d9796cc050d615.zip
- When a configuration conflict is encountered during scanning, the conflict
exception now shows the decorator information that caused the conflict. - Depend on Venusian >= 0.5 (for scanning conflict exception decoration).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
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)
==================