From 89125ab6b1e8c5d05fe68221b852e9daa0515abb Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 6 Nov 2012 23:54:47 -0600 Subject: [PATCH] changelog --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d9a4054..16106ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,12 @@ Features - JSON-RPC + + The ``renderer`` can now be overridden. This will allow + any renderer to be used to convert a method's results to a + JSON-encoded string. Pyramid 1.4+ has a very flexible JSON + renderer that will allow a custom serializer and adapters for + custom data types (see :class:`pyramid.renderers.JSON` for more). + + Endpoints support ``default_mapper`` and ``default_renderer`` which are propagated to their methods. Individual methods can override these values if necessary.