X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3b28c02c1a3fee5331ee5efc4b1f64f2184516e5;hb=62ef37bfeea1b4e5ec03ad4053d3ed7816758844;hp=98c8727a12afab52a8890fb01047f93596567cea;hpb=c03aaf03806f4e78830310d0d80f024b781063a0;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 98c8727..3b28c02 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,12 @@ ensuring child classes don't inherit their parent's config, except works correctly with closures. + New features: + - Use ~ as prefix for plugins or action classes which are located in + MyApp::Plugin / MyApp::Action (mo) + - Controller methods without attributes are now considered actions if + they are specified in config->{action(s)} (mo) + 5.80005 2009-06-06 14:40:00 Behaviour changes: