X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=7f5aff054ab2e96a6a0fd9780d7ac2f5b14af960;hp=176d54d1c0250c3b668216c9411604d889810406;hb=ca78941c9da0a5d9ff5a400f5a8e5ef7f9308cd8;hpb=955d6da66d0a5c2f770d68d9b9e5b1bd22b21750 diff --git a/Changes b/Changes index 176d54d..7f5aff0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixed: + - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get + paths correctly decoded. This bug was previously hidden by a bug + in HTTP::Request::AsCGI + Documentation: - Clarify that uri_for_action works on private paths, with example.