Localise %ENV to fix test bug
[catagits/HTTP-Request-AsCGI.git] / Changes
diff --git a/Changes b/Changes
index d7d84d3..1a451a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 This file documents the revision history for Perl extension HTTP::Request::AsCGI.
 
+    - 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.
       (RT#52456)