summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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)
==================