summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-03-22 01:05:14 -0400
committerChris McDonough <chrism@plope.com>2011-03-22 01:05:14 -0400
commitb596e1812627c359908759d7a8d83c339f08e385 (patch)
tree2f86ce9155d1c9c1944ad4dfd301d377852e0e6f /CHANGES.txt
parentca1922611cb7558030d9abff1c16e3ffbde9e0dd (diff)
downloadpyramid-b596e1812627c359908759d7a8d83c339f08e385.tar.gz
pyramid-b596e1812627c359908759d7a8d83c339f08e385.tar.bz2
pyramid-b596e1812627c359908759d7a8d83c339f08e385.zip
- Include SCRIPT_NAME in redirects issued by
``pyramid.view.append_slash_notfound_view`` (see https://github.com/Pylons/pyramid/issues#issue/149). Closes #149
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 e9abd5b55..9ce6184a3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,10 @@ Bug Fixes
``pyramid.url.route_url`` or ``pyramid.url.resource_url`` (see
https://github.com/Pylons/pyramid/issues#issue/141).
+- Include SCRIPT_NAME in redirects issued by
+ ``pyramid.view.append_slash_notfound_view`` (see
+ https://github.com/Pylons/pyramid/issues#issue/149).
+
1.0 (2011-01-30)
================