Fix RT#49267
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index aa7f2f5..44cb13b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,8 @@
    - 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)
+   - Ensure that Catalyst::Engine::HTTP's options hash is defined before
+     dereferencing it. (RT#49267)
 
   New features:
    - Setting __PACKAGE__->config(enable_catalyst_header => 1); in your MyApp.pm