summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-05-03 02:43:08 -0400
committerChris McDonough <chrism@plope.com>2012-05-03 02:43:08 -0400
commitad42cef589f37b998e804e780e92e52544ecfb16 (patch)
treeec5f73051a34d4835442c82c115fb91bb452d0ef /CHANGES.txt
parent004882434aa166a58c3b2148322e08ce61ec4cb7 (diff)
parente012aa12760f6c29bfc9967c50a51d3f47db47da (diff)
downloadpyramid-ad42cef589f37b998e804e780e92e52544ecfb16.tar.gz
pyramid-ad42cef589f37b998e804e780e92e52544ecfb16.tar.bz2
pyramid-ad42cef589f37b998e804e780e92e52544ecfb16.zip
Merge branch 'mmerickel-feature.json-api'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 34d60090d..7c2af4451 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,9 @@ Features
values natively serializable by ``json.dumps`` (such as ints, lists,
dictionaries, strings, and so forth).
+- The JSON renderer now allows for the definition of custom type adapters to
+ convert unknown objects to JSON serializations.
+
- As of this release, the ``request_method`` predicate, when used, will also
imply that ``HEAD`` is implied when you use ``GET``. For example, using
``@view_config(request_method='GET')`` is equivalent to using