X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=308a63ade7169bbe5ca98960a57ef4ca9611b7fe;hb=b916f1886fc97523c8719b5c74a5248d5a15974d;hp=02726ac7e2d79a7b83a4d5c76a26b59cd02312b1;hpb=5410ef06b9593f724499c3ea7677fe3f2780c3b1;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 02726ac..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 @@ -12,6 +14,8 @@ - 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