X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=c43f463a21580149e42002bd0742f4676dda0574;hp=b8ed0951d9a72228d5df0d020e1ebb12e2c61cfc;hb=671123ba662cd4d38ee2590baad2b9f46947cb4e;hpb=46b58c90d2cae855b523a375d56f874fd28665d3 diff --git a/Changes b/Changes index b8ed095..c43f463 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ - Additional fix for getting the base application path right when rewriting requests into an application sub path with mod_alias and mod_rewrite on Apache. + - Ensure to always cleanup temporary uploaded files in all cases, even + when exceptions occur during request processing, using HTTP::Body's + ->cleanup feature. (RT#41442) New features: - Setting __PACKAGE__->config(enable_catalyst_header => 1); in your MyApp.pm