summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-11-13 21:50:05 -0600
committerMichael Merickel <michael@merickel.org>2012-11-13 21:50:05 -0600
commitf89cfcdd50a8beba17a6d02854f4153961ff478c (patch)
tree99a38d1c7534b8cac05f1376254c0bd95db858f0 /CHANGES.txt
parent805c21b5b57d84676fed6766d4b7b5e5974bdf43 (diff)
downloadpyramid-f89cfcdd50a8beba17a6d02854f4153961ff478c.tar.gz
pyramid-f89cfcdd50a8beba17a6d02854f4153961ff478c.tar.bz2
pyramid-f89cfcdd50a8beba17a6d02854f4153961ff478c.zip
updated changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e40312c34..16e3d8586 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -61,6 +61,10 @@ Bug Fixes
``physical_path`` predicate implementations; instead of raising an exception,
return False.
+- :func:`pyramid.view.render_view` was not functioning properly under
+ Python 3.x due to a byte/unicode discrepancy. See
+ http://github.com/Pylons/pyramid/issues/721
+
Deprecations
------------