X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=f5ff718cd7b7e616bb6ca4bc4ee28bf5bc334858;hp=92c49f31940be7fa51829f1f77df0ec661f18ad3;hb=a1dba4cf60acfe8c592a80dad86a076cd3eb1dec;hpb=082b44215ddd03a11cffe22f7f40a33ee0fa4607 diff --git a/Changes b/Changes index 92c49f3..f5ff718 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. -TBA +5.90097 - 2015-07-28 - $c->uri_for now defines a final argument for setting the URL fragment /URL anchor. This is now the canonical approach to setting a fragment via uri_for. + - Reverted how we treat $c->uri_for($path) where $path is a string. When + we introduced the UTF-8 work we started encoding stringy paths, which + breaks code that did not expect that. We now consider stringy $path to + be 'expert' mode and you are expected to perform all nessary encoding. 5.90096 - 2015-07-27 - Fixed regression introduced in previous release that prevented a URI