diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2016-07-16 20:13:48 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2016-07-16 20:15:53 -0600 |
| commit | 45f8822009d66484de9d5dcedbbd5bc237baf7a0 (patch) | |
| tree | f9536c6d1e06de319b99b79406457ad59f91b056 | |
| parent | c7d8f6515d4b154c4a4cf2cbaac9789fbcd19282 (diff) | |
| download | pyramid-45f8822009d66484de9d5dcedbbd5bc237baf7a0.tar.gz pyramid-45f8822009d66484de9d5dcedbbd5bc237baf7a0.tar.bz2 pyramid-45f8822009d66484de9d5dcedbbd5bc237baf7a0.zip | |
Update CHANGES.txt for #2706
| -rw-r--r-- | CHANGES.txt | 7 |
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 |
