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=a47c88470ed3f774134820d8a57787f28c1e4de1;hp=1366f09e4fee1eb7c47beb87e4716046bac8f7cd;hb=743f6b46bb7bf5b80dd1c6e02e08352b0c42f987;hpb=9f1fb723a7cb2ee8c57398f266f9bdf01035fd7c diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 1366f09..a47c884 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -7,6 +7,20 @@ 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.90094 + +=head3 Multipart form POST with character set headers + +When we did the UTF8 work, we punted on Form POSTs when the POST envelope was +multipart and each part had complex headers such as content-types, character +sets and so forth. In those cases instead of returning a possibly incorrect +value, we returned an object describing the part so that you could figure it +out manually. This turned out to be a bad workaround as people did not expect +to find that object. So we changed this to try much harder to get a correct +value. We still return an object if we fail but we try much harder now. If +you used to check for the object you might find that code is no longer needed +(although checking for it should not hurt or break anything either). + =head2 VERSION 5.90091 =head3 'case_sensitive' configuration