diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-12 02:55:31 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-12 02:55:31 -0500 |
| commit | 6a790b32db3ff52e568222fd2cbf1437dcfa09b6 (patch) | |
| tree | 0915d6889410896d92383e45d60144e653f2941f /CHANGES.txt | |
| parent | f52d595bd1cef5cb97d440c8ba1b1a9850ec8f4b (diff) | |
| download | pyramid-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.txt | 3 |
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) ================== |
