X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=08816f691f636a8e30580859e1b8646d8bfed16e;hb=5300313d220ce9c7ffbee37be2b315d332e1c549;hp=b7869810a31d9807302a9292fceedaf0cf533856;hpb=16d306fa5433396d8716b6f108a7d7db070b6bce;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index b786981..08816f6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ This file documents the revision history for Perl extension Catalyst. + - Split out Catalyst::Helper into a new distribution + - un-bundled the plugins as they are now pre-reqs for Catalyst::Helper + - nuked each() out of core with prejudice (due to lurking buglets) + - Added tests from phaylon for dispatcher precedence - Use Class::Inspector->loaded($class) instead of $class->can('can') - Added ActionClass attribute - Removed Test::WWW::Mechanize::Catalyst from Makefile.PL (circular dep) @@ -10,7 +14,6 @@ This file documents the revision history for Perl extension Catalyst. - Added warning for setup being called twice - Fix pod to use DBIC::Schema instead of DBIC model - Fix ->config failing to copy _config for subclassing - - ConfigLoader: Updated to version 0.07 - Updated log format - Updated debug dump