summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-21 21:52:51 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-21 21:52:51 +0000
commitc4c9a80880813c7491abc86ad8638040c015b8d2 (patch)
tree0f2c58da91aec1d35ff3cd3d4b131340150b1ad0 /CHANGES.txt
parentcc4505096f64e3d3d8c7791208459a2f12fe8f97 (diff)
downloadpyramid-c4c9a80880813c7491abc86ad8638040c015b8d2.tar.gz
pyramid-c4c9a80880813c7491abc86ad8638040c015b8d2.tar.bz2
pyramid-c4c9a80880813c7491abc86ad8638040c015b8d2.zip
- The ``json`` renderer failed to set the response content type to
``application/json``. It now does, by setting ``request.response_content_type`` unless this attribute is already set. - The ``string`` renderer failed to set the response content type to ``text/plain``. It now does, by setting ``request.response_content_type`` unless this attribute is already set.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 00f73fb4b..62fa20e4b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,19 @@ Features
- Add a ``**kw`` arg to the ``Configurator.add_settings`` API.
+Bug Fixes
+---------
+
+- The ``json`` renderer failed to set the response content type to
+ ``application/json``. It now does, by setting
+ ``request.response_content_type`` unless this attribute is already
+ set.
+
+- The ``string`` renderer failed to set the response content type to
+ ``text/plain``. It now does, by setting
+ ``request.response_content_type`` unless this attribute is already
+ set.
+
1.2a7 (2009-12-20)
==================