X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=e75a052928c434a4e4d76724351f6ed34da4e1ac;hp=a47c88470ed3f774134820d8a57787f28c1e4de1;hb=6b9f9ef742c1ee771df336eed1db42d807c8c59c;hpb=ed5a562b5c77df8d42b562af5733641baa73107d diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index a47c884..e75a052 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -7,6 +7,21 @@ Catalyst::Delta - Overview of changes between versions of Catalyst This is an overview of the user-visible changes to Catalyst between major Catalyst releases. +=head2 VERSION 5.90097 + +=head3 Defined how $c->uri_for adds a URI fragment. + +We now have a specification for creating URIs with fragments (or HTML anchors). +Previously you could do this as a side effect of how we create URIs but this +side effect behavior was never documented or tested, and was broken when we +introduced default UTF-8 encoding. When creating URIs with fragments please +follow the new, supported specification: + + $c->uri_for($action_or_path, \@captures_or_args, @args, \$query, \$fragment); + +This will be a breaking change for some codebases, we recommend testing if +you are creating URLs with fragments. + =head2 VERSION 5.90094 =head3 Multipart form POST with character set headers