X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=04a144d8ad5f1cbb48f7dd5e05deb27d3377ab06;hp=f7c1a37165c60cefacb40085d8d29c495024d866;hb=09461385e3f0f62cbf3a95a71d00f71e1a42ca75;hpb=2c4bd9225b40f6f4602a31f6f1775e849f119345 diff --git a/Changes b/Changes index f7c1a37..04a144d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,15 @@ This file documents the revision history for Perl extension Catalyst. - - Removed test dependency on Test::NoWarnings + - removed retarded registration requirement in dispatcher + - removed Module::Pluggable::Fast hack in favor of + Module::Pluggable::Object + - extended uri_for, added dispatcher->uri_for_action + - added Catalyst::Base->action_for('methodname') + - checked and tested :Args multimethod dispatch + - added ability to set action attributes from controller config + - added merge_config_hashes() as a convenience method + - Swapped out CGI::Cookie in favour of CGI::Simple::Cookie + - Removed test dependencies on Test::NoWarnings, Test::MockObject - Removed dependency on UNIVERSAL::require - Split out Catalyst::Helper into a new distribution - un-bundled the plugins as they are now pre-reqs for Catalyst::Helper