summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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