update tests to ignore CATALYST_HOME env var
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index b6ec42c..00c0c80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+ Bug fixes:
+  - Fix the disable_component_resolution_regex_fallback config setting
+    to also work in the $c->component method.
+  - Handle users setting cookies with an undef value by not trying to
+    output that cookie (rather than trying to do so and causing an exception
+    as previously happened). A warning is logged if this occurs in debug
+    mode.
+  - Update tests to ignore $ENV{CATALYST_HOME} where required
+
 5.80032 2011-02-23 01:10:00
 
  Bug fixes: