summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-01 00:59:11 -0400
committerChris McDonough <chrism@plope.com>2011-07-01 00:59:11 -0400
commitc1f3d0fd89eb7f62a7de365ca5c0ef5600ffd900 (patch)
tree77f6157691367a297455d25b7198a019871d8580 /CHANGES.txt
parentdc7bcb4b633718267a2509a580faf45efe338630 (diff)
downloadpyramid-c1f3d0fd89eb7f62a7de365ca5c0ef5600ffd900.tar.gz
pyramid-c1f3d0fd89eb7f62a7de365ca5c0ef5600ffd900.tar.bz2
pyramid-c1f3d0fd89eb7f62a7de365ca5c0ef5600ffd900.zip
Add JSONP renderer
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1f0549895..9bf8197ab 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,12 @@ Bug Fixes
tests which use DummyRequest instead of a "real" request, so they know
things are deprecated without necessarily needing a functional test suite.
+Features
+--------
+
+- Add JSONP renderer (see "JSONP renderer" in the Renderers chapter of the
+ documentation).
+
1.1a3 (2011-06-26)
==================