summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-22 23:25:30 -0500
committerChris McDonough <chrism@plope.com>2011-01-22 23:25:30 -0500
commit877904ac1b192191b0bdac4f7e4e1cd6d5f27884 (patch)
tree7567deb681ab1ea3c5449d28c6838ec1486c7c6b /CHANGES.txt
parenta87a68d83f713ed3cd81011b486178179e3b413e (diff)
downloadpyramid-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.txt6
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)
==================