maintain $env->{Web::Dispatch.original_env} for ParamParser to cache in
[catagits/Web-Simple.git] / Changes
diff --git a/Changes b/Changes
index e8cc134..35d084e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Change log for Web::Simple
 
+  - Preserve original env in Web::Dispatch so ParamParser can cache in there
+    (stops HTTP::Body object getting destroyed early thereby losing uploads)
+
 0.009 - 2011-10-03
   - Complete port from HTTP::Request::AsCGI to Plack::Test
   - Add experimental upload support