Skip to content

Commit

Permalink
add changelog for #286
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Apr 21, 2017
1 parent a9c42f1 commit b9d5593
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 @@ -28,6 +28,12 @@ Unreleased
your application's ``BeforeRender`` subscribers.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/284

- Emit a warning and disable the toolbar if the app is being served by
a forking / multiprocess wsgi server that sets
``environ['wsgi.multiprocess']`` to ``True``. This should help avoid
confusing issues in certain deployments like gunicorn and uwsgi multiprocess
modes. See https://github.com/Pylons/pyramid_debugtoolbar/pull/286

3.0.5 (2016-11-1)
-----------------

Expand Down

0 comments on commit b9d5593

Please sign in to comment.