summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.1.rst')
-rw-r--r--docs/whatsnew-1.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 4d7567886..9895858cd 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -94,6 +94,9 @@ Default HTTP Exception View
Minor Feature Additions
-----------------------
+- A `JSONP <http://en.wikipedia.org/wiki/JSONP>`_ renderer. See
+ :ref:`jsonp_renderer` for more details.
+
- New authentication policy:
:class:`pyramid.authentication.SessionAuthenticationPolicy`, which uses a
session to store credentials.