summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-06 01:04:17 -0600
committerMichael Merickel <michael@merickel.org>2015-02-06 01:04:17 -0600
commit1ef35b7194ad744f23cf2881bbf881690d680c83 (patch)
tree2cae1e8713efa962efd4cfce760b683cf8c6d967 /CHANGES.txt
parentfcb6cc082ea537b046df4b958f885f6a50b18d72 (diff)
downloadpyramid-1ef35b7194ad744f23cf2881bbf881690d680c83.tar.gz
pyramid-1ef35b7194ad744f23cf2881bbf881690d680c83.tar.bz2
pyramid-1ef35b7194ad744f23cf2881bbf881690d680c83.zip
update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 22c7a20c2..9b0ee90e9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -120,6 +120,11 @@ Bug Fixes
- Fix route generation for static view asset specifications having no path.
See https://github.com/Pylons/pyramid/pull/1377
+- Allow the ``pyramid.renderers.JSONP`` renderer to work even if there is no
+ valid request object. In this case it will not wrap the object in a
+ callback and thus behave just like the ``pyramid.renderers.JSON` renderer.
+ See https://github.com/Pylons/pyramid/pull/1561
+
Deprecations
------------