From: Florian Ragwitz Date: Fri, 26 Dec 2008 00:31:41 +0000 (+0000) Subject: Changelogging. X-Git-Tag: 5.8000_05~77 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=961a1af00bf531249b562abeb1b6214517d2168e Changelogging. --- diff --git a/Changes b/Changes index ec113e6..b3bd6fc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. + - Refactor capturing of $app from Catalyst::Controller into + Catalyst::Component::Role::CaptureApp for easier reuse in other + components (Florian Ragwitz) + - Make the test suites YAML dependency optional (Florian Ragwitz) - Make debug output show class name for the engine and dispatcher rather than the stringified ref. (t0m) - Make MyApp immutable at the end of the scope after the setup