X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=71b8bcab4f185ab57e5e72659d15ac3a020935f7;hb=536bee890cf24e0e4bcda7562e7b70cc03ca0620;hp=c9b5beffa753b8182caed945c309f768208da14d;hpb=27042f8bac5a59e90bb3ab03040cad90b1c5a62c;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index c9b5bef..71b8bca 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixes: + - Stop encoding plus signs in uri_for args + +5.80005 2009-06-06 14:40:00 + Behaviour changes: - Arguments ($c->req->args) in Chained dispatch are now automatically URL decoded to be consistent with Local/Path dispatch (Caelum)