summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@digitalartefacts.com>2013-10-19 03:43:05 -0500
committerMichael Merickel <michael@digitalartefacts.com>2013-10-19 03:43:05 -0500
commitb04ae5ac814266eb77d4a09c749e5e0394a11a1c (patch)
tree9305f4cf762dc9c0968b3440dadf1dfdab34bb8b /CHANGES.txt
parent3acee31f86bcde8abbb4e63715afc5ca67976eaf (diff)
downloadpyramid-b04ae5ac814266eb77d4a09c749e5e0394a11a1c.tar.gz
pyramid-b04ae5ac814266eb77d4a09c749e5e0394a11a1c.tar.bz2
pyramid-b04ae5ac814266eb77d4a09c749e5e0394a11a1c.zip
modify the docs for the renderer interfaces
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a228fbb3a..10ebe33ae 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,6 +40,9 @@ Documentation
- Removed mention of ``pyramid_beaker`` from docs. Beaker is no longer
maintained. Point people at ``pyramid_redis_sessions`` instead.
+- Add documentation for ``pyramid.interfaces.IRendererFactory`` and
+ ``pyramid.interfaces.IRenderer``.
+
Backwards Incompatibilities
---------------------------
@@ -50,6 +53,12 @@ Backwards Incompatibilities
situation, leaving a query string of ``a=b&key=``.
See https://github.com/Pylons/pyramid/issues/1119
+Deprecations
+------------
+
+- Deprecate the ``pyraid.interfaces.ITemplateRenderer`` interface. It is no
+ longer used since Mako and Chameleon have been split into their own packages.
+
1.5a2 (2013-09-22)
==================