X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=85528dc569f9bf4834f9a2ca89594eef7e9dd4a9;hb=cffa7f9e16e1cc4a23b3ad4d73fc38924f2d1309;hp=331d18f47953bf166ed77c3c203a1a0d066403ee;hpb=f4410281689ec8caed9ccc5985f73704252d7d86;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 331d18f..85528dc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ # This file documents the revision history for Perl extension Catalyst. - - Deal with Moose >= 1.15 warning if you add a method called 'meta' to a +5.80029 2010-10-03 16:39:00 + + New features: + - Add a warning when $c->view is called and cannot locate a default_view + or current_view. This clarifies the logging when ::RenderView gets + confused. + + Warning fixes: + - Deal warning in with Moose >= 1.15 if you add a method called 'meta' to a class which already has one by using _add_meta_method. 5.80028 2010-09-28 20:49:00