summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-05-03 02:42:55 -0400
committerChris McDonough <chrism@plope.com>2012-05-03 02:42:55 -0400
commite012aa12760f6c29bfc9967c50a51d3f47db47da (patch)
treeec5f73051a34d4835442c82c115fb91bb452d0ef /CHANGES.txt
parentc1c2b6ad8e22f9cba291de8903edfa4c7c741dca (diff)
downloadpyramid-e012aa12760f6c29bfc9967c50a51d3f47db47da.tar.gz
pyramid-e012aa12760f6c29bfc9967c50a51d3f47db47da.tar.bz2
pyramid-e012aa12760f6c29bfc9967c50a51d3f47db47da.zip
allow __json__ and custom adapters to accept request arg
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