summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-08-16 20:06:00 -0500
committerGitHub <noreply@github.com>2016-08-16 20:06:00 -0500
commite4183b2378acd85fee5ec71d281b3e8e6c2de323 (patch)
treef587fa36310ebb318e1918d2e4f756e8070d58de /CHANGES.txt
parent93770d015c0de094bd308e5097ed94fe28b3ce7f (diff)
parent23b7a2a8423a56928e99953bcc41ce281b1ae6be (diff)
downloadpyramid-e4183b2378acd85fee5ec71d281b3e8e6c2de323.tar.gz
pyramid-e4183b2378acd85fee5ec71d281b3e8e6c2de323.tar.bz2
pyramid-e4183b2378acd85fee5ec71d281b3e8e6c2de323.zip
Merge pull request #2745 from mmerickel/fix/2744
revert changes to the renderers from #2706
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8cb4c602e..02e3271ce 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,11 +24,6 @@ Bug Fixes
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
------------