X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=680dd0348c27efe7fbf709f107a172b9fa851b3c;hb=ade3da0a3602627512932eef9af511247f11634f;hp=de5caacc47d692a03f61a68afa5c6bc020fecb10;hpb=d18964f7496b1456508c79f3bf5b90bfa32e9d6f;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index de5caac..680dd03 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,15 @@ TBA action in an action chain throws and error (fixes issues where currently the remaining actions are processed and the error is handled at chain termination). + - Cored the Encoding plugin. Now get unicode out of the box by just setting + $c->config->{encoding} = 'UTF-8'. BACKCOMPAT WARNING: If you are using + the Encoding plugin on CPAN, we skip it to avoid double encoding issues, so + you should remove it from your plugin list, HOWEVER the 'encoding' config + setting is now undef, rather than 'UTF-8' (this was done to avoid breaking + people's existing applications) so you should add the encoding setting to + you global config. There's some other changes between the stand alone + plugin and the cored version, if you use it be sure to see Catalyst::Upgrading + for more. - minor documentation typo fixes and updates 5.90030 - 2013-04-12