From 17358dde36850af57571e6d8930a35d8494b53d1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 25 Jun 2009 02:55:38 +0000 Subject: - Make ``route_url`` URL-quote segment replacements during generation. Remainder segments are not quoted. --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0de550b58..45ba8752c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,12 @@ Documentation - Add information to the URL Dispatch narrative documentation about path pattern matching syntax. +Bug Fixes +--------- + +- Make ``route_url`` URL-quote segment replacements during generation. + Remainder segments are not quoted. + 1.0a3 (2009-06-24) ================== -- cgit v1.2.3