X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=17185d5d89401b9793fb0b76c6a55d6ff5729c58;hb=032356664922990eef248a741d9a6c851b365748;hp=ce7606b8732d177b45a35a1de5a992c027941331;hpb=ab83907bd837fe1a0c2c629a8b5c14312f3811bb;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index ce7606b..17185d5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80026 2010-09-01 15:14:00 + Bug fixes: - Fix so that CATALYST_EXCEPTION_CLASS in MyApp is always respected by not loading Catalyst::Exception in Utils.pm BEGIN, because some Scripts::* @@ -19,6 +21,10 @@ - Fix show_internal_actions config setting producing warnings in debug mode (RT#59738) + - Make Catalyst::Test::local_request() set the response base from base href + in the returned document so that links can be resolved correctly by + Test::WWW::Mechanize::Catalyst + Refactoring: - moved component name sort that happens in setup_components to locate_components to allow methods to wrap around locate_components