X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=00c0c80c5d3c2a2c95eef9a1089b98a0fc30a9c0;hp=f6b5e6566e0d8cc39462cde396d67f5bdc6c43f0;hb=2e4a8275ce0d9d44cc059e042b0344d9e071150f;hpb=9bf423ee1c23a700ad916c8919de2fd2d478dd5f diff --git a/Changes b/Changes index f6b5e65..00c0c80 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,15 @@ # This file documents the revision history for Perl extension Catalyst. -5.80032 UNRELEASED + 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: - Fix compatibility issue with code which was testing the value of