update tests to ignore CATALYST_HOME env var
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index a365537..00c0c80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,13 @@
 # This file documents the revision history for Perl extension Catalyst.
 
- Deprecations:
-  - Removed component resolution regexp fallback. Now it always warns
-    when the component is not found, and returns undef.
-
  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