summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-09-05 02:26:42 -0500
committerMichael Merickel <michael@merickel.org>2013-09-05 02:26:42 -0500
commit3803d92fc0da5282656d4229e063a1908ec5522a (patch)
treec3a1f09638f9d4441636bbf28c0a909caa2f0a93 /CHANGES.txt
parentc41c76bf713b636a19e97b319294ecf98885d1b5 (diff)
downloadpyramid-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.txt12
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)
==================