From e307fcd13a98ef5b60e6f48c5cebb703c35db31f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 5 Dec 2011 02:09:23 -0500 Subject: - Removed the ``pyramid.renderers.renderer_from_name`` function. It has been deprecated since Pyramid 1.0, and was never an API. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e7b3e1968..0d2842a60 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -89,6 +89,9 @@ Backwards Incompatibilities or ``--python-shell`` argument, which can be any of the values ``python``, ``ipython`` or ``bpython``. +- Removed the ``pyramid.renderers.renderer_from_name`` function. It has been + deprecated since Pyramid 1.0, and was never an API. + Dependencies ------------ -- cgit v1.2.3