fix content-length for CGI scripts that don't print any headers
[catagits/HTTP-Request-AsCGI.git] / Changes
diff --git a/Changes b/Changes
index 1a451a2..c923be5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension HTTP::Request::AsCGI.
 
+    - fix content-length for CGI scripts that don't print any headers (rbuels)
     - Fixed RT#46653 by localising %ENV in the test so that it can't be
       broken from outside.
     - Fixed tests on perl <= 5.6.2 by skipping if Encode is not installed.