X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f68cba7639448d84930aa4982f3ce39f7395547a;hb=c8083f4e984e61ea783d324f9064282ae38a4607;hp=82fc119923162edf4ab2c3bfbe1ff8e075bc594f;hpb=3f07296ed596a142035ba7a84e4b6e14dace3a45;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 82fc119..f68cba7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,26 @@ # This file documents the revision history for Perl extension Catalyst. + New features: + - Allow passing additional arguments to action constructors. + +5.80018 2010-01-12 22:24:20 + + Bug fixed: + - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get + paths correctly decoded. This bug was previously hidden by a bug + in HTTP::Request::AsCGI. + + Documentation: + - Clarify that uri_for_action works on private paths, with example. + - Clarify documentation about debug + + Deprecations: + - Saying use Catalyst::Test; (without an application name or () to stop + the importer running is now deprecated and will issue a warning. + You should be saying use Catalyst::Test (); + +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 @@ -12,6 +33,15 @@ - Fix regression in the case where mod_rewrite is being used to rewrite requests into a path below your application base introduced with the %2F related fixes in 5.80014_02. + - Do not crash on SIGHUP if Catalyst::Engine::HTTP->run is not passed the + argv key in the options hash. + - Correctly pass the arguments to Catalyst::Script::Server through to + Catalyst::Engine::HTTP->run so that the server can restart itself + 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 @@ -410,7 +440,7 @@ B::Hooks::OP::Check::StashChange - Fix the unattached chain debug table for endpoints with no parents at all. - - Turn of test aggregation by default. Only aggregate if the + - Turn off test aggregation by default. Only aggregate if the AGGREGATE_TESTS environment variable is set and a recent Test::Aggregate is available. - Bump to MooseX::MethodAttributes 0.09, to gain the