X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=619653c960f6cbfd81413279eb52ac267ddb30ed;hp=01658210accfb80fa76186ddf3e260bdd72fd09b;hb=dd096a3ad75ebb2c0decf75578e52fc031d60268;hpb=00038a21d88ab4f3620068c7b15e8f02c1b13e2d diff --git a/Changes b/Changes index 0165821..619653c 100644 --- a/Changes +++ b/Changes @@ -20,6 +20,10 @@ - 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. + - UTF-8 is now the default encoding (there used to be none...). You can disable + this if you need to with MyApp->config(encoding => undef) if it causes you trouble. + - Calling $c->res->write($data) now encodes $data based on the configured encoding + (UTF-8 is default). 5.90077 - 2014-11-18 - We store the PSGI $env in Catalyst::Engine for backcompat reasons. Changed