X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ed00869ad0fe3afabc541e666345280f55492695;hb=6a163489e06d0e5035aa3f1a155e8c9d82b3ffd2;hp=c9b5beffa753b8182caed945c309f768208da14d;hpb=27042f8bac5a59e90bb3ab03040cad90b1c5a62c;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index c9b5bef..ed00869 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixes: + - Revert change to URL encode things passed into $c->uri_for + Args and CaptureArgs as this causes breakage to pre-existing + applications. + +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)