X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=01658210accfb80fa76186ddf3e260bdd72fd09b;hp=231624d2f09b8d18183634f92f9cf9c4b25d45c1;hb=00038a21d88ab4f3620068c7b15e8f02c1b13e2d;hpb=32ed98de51991a84501ab4d32ff4db4fb7f128ad diff --git a/Changes b/Changes index 231624d..0165821 100644 --- a/Changes +++ b/Changes @@ -18,6 +18,8 @@ path or pathparts in your actions. query and body parameter keys are now also subject to utf8 decoding (or as specificed via the encoding configuration value). - lots of UTF8 changes. Again we think this is now more correct but please test. + - Allow $c->res->redirect($url) to accept $url as an object that does ->as_string + which I think will ease a common case (and common bug) and added documentation. 5.90077 - 2014-11-18 - We store the PSGI $env in Catalyst::Engine for backcompat reasons. Changed