X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c13291d0c9b817128204b02117d4e6c634d13ccd;hb=bcb87e823493966b483e008df263b80adcedc776;hp=73145bccdcf56a32e55df2295f7fe2dbe3423675;hpb=2114ee9f0c5bc341b8ad78185d087dd03f8f7cca;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 73145bc..c13291d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ # 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: