summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-31 23:57:24 -0500
committerMichael Merickel <michael@merickel.org>2018-10-31 23:58:28 -0500
commitd912e770db37a156fc4c8af0c0677757e34fed3a (patch)
treecbafe11ed2feca2270553613e327b776358ff55d /CHANGES.rst
parent1bddd05c22b49a0b56ca7fa2173b73c528ca6481 (diff)
downloadpyramid-d912e770db37a156fc4c8af0c0677757e34fed3a.tar.gz
pyramid-d912e770db37a156fc4c8af0c0677757e34fed3a.tar.bz2
pyramid-d912e770db37a156fc4c8af0c0677757e34fed3a.zip
remove ITemplateRenderer interface
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
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
---------------------