X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=51357135c87b1264712edad6a24101c17c541368;hb=d003ff83ac25ab0af3988de66867f73af54ff631;hp=d844ca90deb244e6201df52f4e34ade4d1e62098;hpb=f1944b310ae460c507c52bdbdfee24c3cb2cd821;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index d844ca9..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 @@ -15,6 +23,8 @@ and other loggers which open a file handle when - Change incorrect use of File::Spec->catdir to File::Spec->catfile so that we work on platforms which care about this (VMS?) + - Make it more obvious if our PSGI server doesn't pass in a response + callback. 5.90010 - 2012-02-18 00:01:00