Changelogging.
Florian Ragwitz [Fri, 26 Dec 2008 00:31:41 +0000 (00:31 +0000)]
Changes

diff --git a/Changes b/Changes
index ec113e6..b3bd6fc 100644 (file)
--- 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