From ec0c5cae96a57b8f3b57f18a870c8d91adc56cd8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 9 Sep 2013 19:44:40 -0400 Subject: add note about requiring a later pyramid_debugtoolbar package if you use 1.5a2+ --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 5cfd5e70d..cdbeeffa3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -51,6 +51,11 @@ Backwards Incompatibilities result = pyramid.renderers.render('mypkg:templates/home.mako', {}) + Note that if you're using the Pyramid debug toolbar, when you upgrade + Pyramid, you'll also need to upgrade the ``pyramid_debugtoolbar`` package to + at least version 1.0.8, as older versions are not compatible with Pyramid + 1.5a2+. + - Removed the ``request.response_*`` varying attributes. These attributes have been deprecated since Pyramid 1.1, and as per the deprecation policy, have now been removed. -- cgit v1.2.3