From f0b74a1701e990ea8e6dda55307d6b3ff737ad45 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 2 Dec 2009 14:38:18 +0000 Subject: - The ``repoze.bfg.url.route_url`` function inappropriately passed along ``_query`` and/or ``_anchor`` arguments to the ``mapper.generate`` function, resulting in blowups. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 26ca58e7c..9e3b3324e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Next Release ============ +Bug Fixes +--------- + +- The ``repoze.bfg.url.route_url`` function inappropriately passed + along ``_query`` and/or ``_anchor`` arguments to the + ``mapper.generate`` function, resulting in blowups. + Backwards Incompatibilities --------------------------- -- cgit v1.2.3