Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 7, 2012
1 parent 451e1f2 commit 89125ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 89125ab

Please sign in to comment.