X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=b78e9105b625a56b285675979d7fddeef61625de;hp=06eadd6793c70f78b070171faa1728b0fb3df23c;hb=f0580bff341c3d9a8a62bb8e670ff8772745786f;hpb=4995a5cebbc06c813c20daabc8d248247f33cb37 diff --git a/Changes b/Changes index 06eadd6..b78e910 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # 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.