X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=c0a35332932b1b0b03be9dc2577dba57d7cb7582;hp=fd5a6cc2f16fe6aa700ab8f90f15a161e4c56bdd;hb=HEAD;hpb=0fb9642d66f43bb77960840728e10322e2df364a diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index fd5a6cc..c0a3533 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -2,6 +2,11 @@ Catalyst::Upgrading - Instructions for upgrading to the latest Catalyst +=head1 Upgrading to Catalyst 5.90121 + +A new C method has been added. This will only affect +subclasses that have a method with this name added. + =head1 Upgrading to Catalyst 5.90100 We changed the way the middleware stash works so that it no longer localizes @@ -147,7 +152,7 @@ look. Also we added a new develop console mode only warning when you call a component with arguments that don't expect or do anything meaningful with those args. Its -possible if you are logging debug mode in production (please don't...) this +possible if you are logging debug mode in production (please don't...) this could add verbosity to those logs if you also happen to be calling for components and passing pointless arguments. We added this warning to help people not make this error and to better understand the component resolution flow. @@ -229,7 +234,7 @@ request URL query or keywords. Most readings of the relevant specifications suggest these should be UTF-* encoded, which is the default that L will use, however if you are creating a lot of URLs manually or have external evil clients, this might cause you trouble. If you find the changes introduced -in Catalyst version 5.90080+ break some of your query code, you may disable +in Catalyst version 5.90080+ break some of your query code, you may disable the UTF-8 decoding globally using this configuration. This setting takes precedence over C and