X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=619653c960f6cbfd81413279eb52ac267ddb30ed;hb=7b39dea14ca0d7fdd024a070e6221545c7635943;hp=01658210accfb80fa76186ddf3e260bdd72fd09b;hpb=00038a21d88ab4f3620068c7b15e8f02c1b13e2d;p=catagits%2FCatalyst-Runtime.git 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