X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=80d9c5df4a4e24493b2c86b00e55cf18f7010a0d;hb=25f2a9811de2ebbfa2e951f23d8982140e096763;hp=5965ddc0bc5fe28382b4d55dc4e6dd2a6301da78;hpb=0a66fd2366e29e961fe3ee608a83f86068517c92;p=catagits%2FHTTP-Body.git diff --git a/Changes b/Changes index 5965ddc..80d9c5d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ 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(). + - 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) 0.9 2007-03-27 14:00:00 - Fixed bug where empty fields in multipart/form-data were ignored.