X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=308a63ade7169bbe5ca98960a57ef4ca9611b7fe;hb=2d03a2997e2b76d4ee7df1c1db5597f91ab8ec5c;hp=df83fd90a6cee147a79fe1a62b2036d5ccf1f520;hpb=13c565fe4cd2b9cac4ef810d6fe45875b537c7d9;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index df83fd9..308a63a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80025 2010-07-29 01:50:00 + New features: - An 'action_class' method has been added to Catalyst::Controller to allow controller base classes, roles or traits @@ -9,6 +11,11 @@ Bug fixes: - Fix the --mech and --mechanize options to the myapp_create.pl script to operate correctly by fixing the options passed down into the script. + - Fix controllers with no method attributes (where the action definitions + are entirely contained in config). RT#58057 + - Fix running as a CGI under IIS at non-root locations. + - Fix warning about "excludes" during role application + - Fix warning from MooseX::Getopt regarding duplicate "help" aliases Documentation: - Fix missing - in the docs when describing the --mechanize option at one