diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-09 19:44:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-09 19:44:40 -0400 |
| commit | ec0c5cae96a57b8f3b57f18a870c8d91adc56cd8 (patch) | |
| tree | 3a0fef4f216114fcc0b090b91ad228b72117fbf7 | |
| parent | 26787cf215b9bb6ddc0cce84a777f7c2e3079842 (diff) | |
| download | pyramid-ec0c5cae96a57b8f3b57f18a870c8d91adc56cd8.tar.gz pyramid-ec0c5cae96a57b8f3b57f18a870c8d91adc56cd8.tar.bz2 pyramid-ec0c5cae96a57b8f3b57f18a870c8d91adc56cd8.zip | |
add note about requiring a later pyramid_debugtoolbar package if you use 1.5a2+
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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. |
