From 96639d27810532e03307593104e62a747e8ac1fe Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Jul 2010 17:17:46 +0000 Subject: renderings --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 970ae7ecf..0519294e3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -49,7 +49,7 @@ Features used by the ``repoze.bfg`` router to create all request objects. - The ``Configurator`` constructor takes an additional argument: - ``request_factory`. If used, this argument will set the factory + ``request_factory``. If used, this argument will set the factory used by the ``repoze.bfg`` router to create all request objects. - A new method of the ``Configurator`` exists: @@ -74,7 +74,7 @@ Features produce a rendering or renderer. Because these APIs provide a central API for all rendering, they now form the preferred way to perform imperative template rendering. Using functions named - ``render_*` from modules such as ``repoze.bfg.chameleon_zpt`` and + ``render_*`` from modules such as ``repoze.bfg.chameleon_zpt`` and ``repoze.bfg.chameleon_text`` is now discouraged (although not deprecated). The code the backing older templating-system-specific APIs now calls into the newer ``repoze.bfg.renderer`` code. -- cgit v1.2.3