From a39dd2ff1992f81e98a4d3307aee53fbc7a405cf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 22 Mar 2012 17:25:35 -0400 Subject: - Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of the debug toolbar, which effectively requires it to be present to work properly. --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e978f61f0..7fd8b7a64 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +Next release +============ + +Bug Fixes +--------- + +- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of + the debug toolbar, which effectively requires it to be present to work + properly. + 1.3 (2012-03-21) ================ -- cgit v1.2.3