summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.2.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index a705f5173..8bc133bfa 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -12,6 +12,13 @@ Major Feature Additions
The major feature additions in Pyramid 1.2 follow.
+Debug Toolbar
+~~~~~~~~~~~~~
+
+The scaffolding packages that come with Pyramid now include a debug toolbar
+component which can be used to interactively debug an application. See
+:ref:`debug_toolbar` for more information.
+
``route_prefix`` Argument to include
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~