diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-05 02:26:42 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-05 02:26:42 -0500 |
| commit | 3803d92fc0da5282656d4229e063a1908ec5522a (patch) | |
| tree | c3a1f09638f9d4441636bbf28c0a909caa2f0a93 /CHANGES.txt | |
| parent | c41c76bf713b636a19e97b319294ecf98885d1b5 (diff) | |
| download | pyramid-3803d92fc0da5282656d4229e063a1908ec5522a.tar.gz pyramid-3803d92fc0da5282656d4229e063a1908ec5522a.tar.bz2 pyramid-3803d92fc0da5282656d4229e063a1908ec5522a.zip | |
update render() to preserve the original response object
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cdaad5a90..3c953e728 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,15 @@ +Next Release +============ + +Backwards Incompatibilities +--------------------------- + +- Almost all renderers affect properties on the ``request.response`` response + object. For example, setting the content-type in the JSON renderer to + 'application/json'. These mutations will no longer affect + ``request.response`` when using the ``pyramid.renderers.render()`` API as + its only expected output is a rendered string object. + 1.5a1 (2013-08-30) ================== |
