From d912e770db37a156fc4c8af0c0677757e34fed3a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 31 Oct 2018 23:57:24 -0500 Subject: remove ITemplateRenderer interface --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index d28d6ca56..16e06d532 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,12 @@ Backward Incompatibilities cookiecutter. See https://github.com/Pylons/pyramid/pull/3406 +- Removed ``pyramid.interfaces.ITemplateRenderer``. This interface was + deprecated since Pyramid 1.5 and was an interface + used by libraries like ``pyramid_mako`` and ``pyramid_chameleon`` but + provided no functionality within Pyramid itself. + See https://github.com/Pylons/pyramid/pull/3409 + Documentation Changes --------------------- -- cgit v1.2.3