Skip to content

Commit

Permalink
add changelog for #283
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Apr 21, 2017
1 parent d0d4d35 commit b9366bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Unreleased
console logging during development, partitioned by feature, and silence it for
deployment while still leaving the logging lines activated.

- Add a new ``config.add_debugtoolbar_panel`` directive that can be invoked
from ``includeme`` functions included via the ``debugtoolbar.includes``
setting. These panels are automatically added to the default panel list
and should become the way to define toolbar panels in the future.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/283

- The toolbar registers a ``BeforeRender`` subscriber in your application to
monitor the rendering of templates. Previously it was possible that the
toolbar would miss rendering information because of the order in which the
Expand Down

0 comments on commit b9366bf

Please sign in to comment.