summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-07-26 17:17:46 +0000
committerChris McDonough <chrism@agendaless.com>2010-07-26 17:17:46 +0000
commit96639d27810532e03307593104e62a747e8ac1fe (patch)
tree9208f98323c07391d44ec9f89c7e3d0ac0377bbd
parent89cdda356b21f197fec4b4e7194c592e0dd2cbe2 (diff)
downloadpyramid-96639d27810532e03307593104e62a747e8ac1fe.tar.gz
pyramid-96639d27810532e03307593104e62a747e8ac1fe.tar.bz2
pyramid-96639d27810532e03307593104e62a747e8ac1fe.zip
renderings
-rw-r--r--CHANGES.txt4
1 files 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.