X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f1b017031fd558ff228488e3a3d577b05a82b1df;hb=5940e4c70958ddb4e6498bce92f577a80f54352e;hp=083b4bee91aee5bcda7f3b3ab6181ea902ef7e84;hpb=1ced50e0624bcb0e1c37780cac004841f5804c52;p=catagits%2FHTTP-Body.git diff --git a/Changes b/Changes index 083b4be..f1b0170 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ This file documents the revision history for Perl extension HTTP::Body. 1.00 - Added support for chunked requests if no $length value is passed to new(). + - Added support for XForms submissions. (Daniel Ruoso) - Fixed urlencoded parser to handle spaces after semicolons and equal signs in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055) - Fixed multipart test to properly clean up temporary files.