summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 14:48:01 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 14:48:01 -0400
commit343fb59c318e35c656611b58e7fe870373e33452 (patch)
tree4fc46e150d936ccf8647abe80b439debc77bffd3 /CHANGES.txt
parentfcd8eb4e797e88c8899eea938a4bbfe391d6940e (diff)
downloadpyramid-343fb59c318e35c656611b58e7fe870373e33452.tar.gz
pyramid-343fb59c318e35c656611b58e7fe870373e33452.tar.bz2
pyramid-343fb59c318e35c656611b58e7fe870373e33452.zip
- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
Pyramid-provided ``.ini`` files. This setting previously told Chameleon to render better exceptions; now Chameleon always renders nice exceptions regardless of the value of this setting. Fixes #491.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 33db7b956..ac7dcaee3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,11 @@ Bug Fixes
- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving
``__text__``. See https://github.com/Pylons/pyramid/issues/461
+- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
+ Pyramid-provided ``.ini`` files. This setting previously told Chameleon to
+ render better exceptions; now Chameleon always renders nice exceptions
+ regardless of the value of this setting.
+
Scaffolds
---------