From 6ab71c68f61979891f696d68b124b378e477a76f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 26 Jan 2011 01:53:41 -0500 Subject: - ``pyramid.view.append_slash_notfound_view`` now preserves GET query parameters across redirects. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3