diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-26 02:59:19 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-26 02:59:19 -0400 |
| commit | d8c55c0157b37594a5266ad92b8d203b5f6cb0ca (patch) | |
| tree | 9f25e5dda26d654ac5be10cef90b4812806c415a /CHANGES.txt | |
| parent | 8f6e3785e262c2c06756493bf3eb425e9e4a37d8 (diff) | |
| download | pyramid-d8c55c0157b37594a5266ad92b8d203b5f6cb0ca.tar.gz pyramid-d8c55c0157b37594a5266ad92b8d203b5f6cb0ca.tar.bz2 pyramid-d8c55c0157b37594a5266ad92b8d203b5f6cb0ca.zip | |
- Accessing or setting deprecated response_* attrs on request
(e.g. ``response_content_type``) now issues a deprecation warning at access
time rather than at rendering time.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3c1d16fa5..b95211d09 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,9 @@ Bug fixes to set a ``__text__`` attribute on a custom predicate that was actually a classmethod. See https://github.com/Pylons/pyramid/pull/217 . +- Accessing or setting deprecated response_* attrs on request + (e.g. ``response_content_type``) now issues a deprecation warning at access + time rather than at rendering time. 1.1a2 (2011-06-22) ================== |
