diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-22 23:25:30 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-22 23:25:30 -0500 |
| commit | 877904ac1b192191b0bdac4f7e4e1cd6d5f27884 (patch) | |
| tree | 7567deb681ab1ea3c5449d28c6838ec1486c7c6b /CHANGES.txt | |
| parent | a87a68d83f713ed3cd81011b486178179e3b413e (diff) | |
| download | pyramid-877904ac1b192191b0bdac4f7e4e1cd6d5f27884.tar.gz pyramid-877904ac1b192191b0bdac4f7e4e1cd6d5f27884.tar.bz2 pyramid-877904ac1b192191b0bdac4f7e4e1cd6d5f27884.zip | |
- The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passed
an incorrect value into the renderer for ``renderer_info``. It now passes
an instance of ``RendererHelper`` instead of a dictionary, which is
consistent with other usages. See
https://github.com/Pylons/pyramid/issues#issue/106
Closes #106
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f6093d23f..4f48b2743 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,12 @@ Bug Fixes start when ``paster serve development.ini`` was used against the result. See https://github.com/Pylons/pyramid/issues/#issue/107 +- The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passed + an incorrect value into the renderer for ``renderer_info``. It now passes + an instance of ``RendererHelper`` instead of a dictionary, which is + consistent with other usages. See + https://github.com/Pylons/pyramid/issues#issue/106 + 1.0b1 (2011-01-21) ================== |
