X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c13291d0c9b817128204b02117d4e6c634d13ccd;hb=bcb87e823493966b483e008df263b80adcedc776;hp=d844ca90deb244e6201df52f4e34ade4d1e62098;hpb=f1944b310ae460c507c52bdbdfee24c3cb2cd821;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index d844ca9..c13291d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,18 @@ # This file documents the revision history for Perl extension Catalyst. Bug fixes: + - Fix request body parameters being multiply rebuilt. Fixes both + RT#75607 and CatalystX::DebugFilter + + 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 only if one of the dist indicator files (Makefile.PL Build.PL or @@ -15,6 +27,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