diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-31 23:57:24 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-31 23:58:28 -0500 |
| commit | d912e770db37a156fc4c8af0c0677757e34fed3a (patch) | |
| tree | cbafe11ed2feca2270553613e327b776358ff55d /CHANGES.rst | |
| parent | 1bddd05c22b49a0b56ca7fa2173b73c528ca6481 (diff) | |
| download | pyramid-d912e770db37a156fc4c8af0c0677757e34fed3a.tar.gz pyramid-d912e770db37a156fc4c8af0c0677757e34fed3a.tar.bz2 pyramid-d912e770db37a156fc4c8af0c0677757e34fed3a.zip | |
remove ITemplateRenderer interface
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 6 |
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 --------------------- |
