summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 22f8320f9..feba9156e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -93,6 +93,13 @@ Documentation
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
``DBSession`` instead (this is more common in real SQLA apps).
+Scaffolding
+-----------
+
+- Put ``pyramid.includes`` targets within ini files in scaffolds on separate
+ lines in order to be able to tell people to comment out only the
+ ``pyramid_debugtoolbar`` line when they want to disable the toolbar.
+
Dependencies
------------