summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-29 08:31:33 -0500
committerChris McDonough <chrism@plope.com>2011-11-29 08:31:33 -0500
commit35ad08ba9c66b900fe0c537516b390a92cb2a8cd (patch)
treedaaa757e4e5f27acba96709f1faeb58629576d52 /CHANGES.txt
parentce5c42f1b832b21405ffd40f61c74a5cfa040e8d (diff)
downloadpyramid-35ad08ba9c66b900fe0c537516b390a92cb2a8cd.tar.gz
pyramid-35ad08ba9c66b900fe0c537516b390a92cb2a8cd.tar.bz2
pyramid-35ad08ba9c66b900fe0c537516b390a92cb2a8cd.zip
move register method from IIntrospector back to IIntrospectable; provide better conflict reporting and a more useful ActionInfo object
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c1a4f0216..6f30d506c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,9 @@ Features
This function sets up Python logging according to the logging configuration
in a PasteDeploy ini file.
+- Configuration conflict reporting is reported in a more understandable way
+ ("Line 11 in file..." vs. a repr of a tuple of similar info).
+
Bug Fixes
---------