X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=51357135c87b1264712edad6a24101c17c541368;hb=gsoc_breadboard_splittests;hp=f1072842609c40013045f6bdb1f785420470afd5;hpb=f2b83422bad57b7956d06c7b70098fb986ccf06e;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index f107284..5135713 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. + Documentation: + - Fix documentation in Catalyst::Component to show attributes and + calling readers, rather than accessing elements in the $self->{} hash + directly. + - Add note in Catalyst::Component to strongly disrecommend $self->config + +5.90011 - 2012-03-08 16:43:00 + Bug fixes: - Simplification of the previous changes to Catalyst::ScriptRunner We now just push $FindBin::Bin/../lib to the @INC path again, but