X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1be153376ea05d70df7e1c0ccbf2018793c5322c;hb=c9ec25f80489f039512982f9e02527d537412f6e;hp=cd57f2e4c56f2adf8a1292c6e724eb038aefdd6f;hpb=b1ccae0c3ddc99795a64eefd114ec71dea712c9c;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index cd57f2e..1be1533 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. Documentation: + - Clarify that uri_for_action works on private paths, with example. + +5.80017 2010-01-10 02:27:29 + + Documentation: - Fix docs for ->forward method when passed a class name - this should be a component name (e.g. View::HTML, not a full class name, like MyApp::View::HTML). @@ -19,6 +24,8 @@ with the correct options on SIGHUP. - Require new MooseX::MethodAttributes to be compatible with Moose versions >= 0.93_01 + - Require new MooseX::Role::WithOverloading to be compatible with Moose + versions >= 0.93_01 Cleanups: - Stop suppressing warnings from Class::C3::Adopt::NEXT now that most plugins