X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f369bdebea490cd13ef758327432172dc7c7b918;hb=27b0a43637499f7e32fa68630d5300d44268f461;hp=b4906559d6b375156d9ef083b31e87a1a4ba1760;hpb=f4de8c998c61fd442cb9590a3c052cf41b4c0d67;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index b490655..f369bde 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. + New features: + - A new 'run_options' class data method has been added to Catalyst.pm + This is used to store all the options passed by scripts, allowing + application authors to add custom options to their scripts then + get them passed through to the application. + Bug fixes: - Add '1;' to all classes which were relying on the ->make_immutable call to return a true value. Due to perl internals bugs in 5.8 and