X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e29a5a4926b5f2382f840d35d9540401bb685493;hb=1d3a0700f499860b1f18134cf9c8c42a44018e21;hp=f340d9732b5082c6f627493c0c09e3417f8fd7fd;hpb=b760ac3de30354fa5e1e7969c21f31521f0d1783;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index f340d97..e29a5a4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + 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). + Bug fixes: - Remove the erroneous --detach option from Catalyst::Script::FastCGI - --daemon option to Catalyst::Script::FastCGI is fixed.