HTTP::Body, added support for chunked requests
[catagits/HTTP-Body.git] / Changes
diff --git a/Changes b/Changes
index 9497e8e..5965ddc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,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().
+
 0.9   2007-03-27 14:00:00
         - Fixed bug where empty fields in multipart/form-data were ignored.
           (Ton Voon)