From: Christian Hansen Date: Tue, 28 Jun 2005 15:43:12 +0000 (+0000) Subject: Updated Changes X-Git-Tag: 5.7099_04~1276 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=7e71fcce56e4bd33dc9801a0d368ccbe4c90ee98;hp=953b0e151e2f4dea96d1eb8201d793f3ae87cd26 Updated Changes --- diff --git a/Changes b/Changes index fd5be57..6bf57f1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ This file documents the revision history for Perl extension Catalyst. 5.30 2005-00-00 00:00:00 + - Fixed a bug where it was not possible to $c->forward to a component + that was not inheriting from Catalyst::Base. - Fix for inheritance bug. - Allow forward with arguments. - Updated cookbook