From 2497d05c17016ee5dc7cb5900399a28f1845c8cc Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 3 Sep 2018 21:20:38 -0500 Subject: support multiple types in the route predicate --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index d3ffa19fc..592ab8c63 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -63,6 +63,10 @@ Features types that prefers human-readable html/text responses over JSON. See https://github.com/Pylons/pyramid/pull/3326 +- Support a list of media types in the ``accept`` predicate used in + ``pyramid.config.Configurator.add_route``. + See https://github.com/Pylons/pyramid/pull/3326 + Bug Fixes --------- -- cgit v1.2.3