X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=b78e9105b625a56b285675979d7fddeef61625de;hp=baf322f8bfa917170035ce69b6a3494d52221538;hb=f0580bff341c3d9a8a62bb8e670ff8772745786f;hpb=201e0a1fbca74dbe62eb5233df7861bcc7a384e9 diff --git a/Changes b/Changes index baf322f..b78e910 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. +5.90016 - 2012-08-16 15:35:00 + - prepare_parameters is no longer an attribute builder. It is now a method + that calls the correct underlying functionality (Bill Moseley++) + - Updated Makefile.PL to handle MacOXS tar + - Fix uri_for to handle a stringifiable object + - Fix model/view/controller methods to handle stringifiable objects - Fix RT#78377 - IIS7 ignores response body for 3xx requests, which causes (a different) response to be broken when using keepalive. Fixed by applying Middleware which removes the response body and