summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-07-19 15:17:50 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-07-19 15:17:50 -0600
commit47b7855e0081fcac8b4cc71829b8193181939c2e (patch)
tree1534708946e5c1541616e74cb2a7efab140b99f5 /CHANGES.txt
parent81171c86a1d217ac38198b4d986b6e87837b035e (diff)
parent45f8822009d66484de9d5dcedbbd5bc237baf7a0 (diff)
downloadpyramid-47b7855e0081fcac8b4cc71829b8193181939c2e.tar.gz
pyramid-47b7855e0081fcac8b4cc71829b8193181939c2e.tar.bz2
pyramid-47b7855e0081fcac8b4cc71829b8193181939c2e.zip
Merge PR #2706: Fix Renderers: JSON is not text
Closes #2706
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3e659ee9a..8cb4c602e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,10 +19,15 @@ Features
Bug Fixes
---------
+
- Fixed bug in `proutes` such that it now shows the correct view when a class
and `attr` is involved.
See: https://github.com/Pylons/pyramid/pull/2687
+- The JSON renderers now encode their result as UTF-8. The renderer helper
+ will now warn the user and encode the result as UTF-8 if a renderer returns a
+ text type and the response does not have a valid character set. See
+ https://github.com/Pylons/pyramid/pull/2706
Deprecations
------------
@@ -30,4 +35,4 @@ Deprecations
Documentation Changes
---------------------
- Updated Windows installation instructions and related bits.
- See: https://github.com/Pylons/pyramid/issues/2661 \ No newline at end of file
+ See: https://github.com/Pylons/pyramid/issues/2661