summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-12 02:55:31 -0500
committerChris McDonough <chrism@plope.com>2011-01-12 02:55:31 -0500
commit6a790b32db3ff52e568222fd2cbf1437dcfa09b6 (patch)
tree0915d6889410896d92383e45d60144e653f2941f /CHANGES.txt
parentf52d595bd1cef5cb97d440c8ba1b1a9850ec8f4b (diff)
downloadpyramid-6a790b32db3ff52e568222fd2cbf1437dcfa09b6.tar.gz
pyramid-6a790b32db3ff52e568222fd2cbf1437dcfa09b6.tar.bz2
pyramid-6a790b32db3ff52e568222fd2cbf1437dcfa09b6.zip
- Document the ``request.override_renderer`` attribute within the narrative
"Renderers" chapter in a section named "Overriding A Renderer at Runtime".
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 48d01c28b..b17dfe88b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -28,6 +28,9 @@ Documentation
``pyramid.testing.tearDown`` instead of Configurator creation and
``Configurator.begin()`` and ``Configurator.end()``.
+- Document the ``request.override_renderer`` attribute within the narrative
+ "Renderers" chapter in a section named "Overriding A Renderer at Runtime".
+
1.0a9 (2011-01-08)
==================