summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-26 01:53:41 -0500
committerChris McDonough <chrism@plope.com>2011-01-26 01:53:41 -0500
commit6ab71c68f61979891f696d68b124b378e477a76f (patch)
treee7dbc754ca26fd3bb6be973fee8bf11c5202ab21 /CHANGES.txt
parentbd330cfc22555ce0026b92d40091d0745b60e36c (diff)
downloadpyramid-6ab71c68f61979891f696d68b124b378e477a76f.tar.gz
pyramid-6ab71c68f61979891f696d68b124b378e477a76f.tar.bz2
pyramid-6ab71c68f61979891f696d68b124b378e477a76f.zip
- ``pyramid.view.append_slash_notfound_view`` now preserves GET query
parameters across redirects.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e3f4dc02d..d591a437f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,9 @@ Bug Fixes
templates for the benefit of folks who cutnpaste and save to a non-UTF8
format.
+- ``pyramid.view.append_slash_notfound_view`` now preserves GET query
+ parameters across redirects.
+
1.0b2 (2011-01-24)
==================