From: John Napiorkowski Date: Thu, 16 Aug 2012 19:17:20 +0000 (-0400) Subject: updated changelog X-Git-Tag: 5.90016~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=04c0ca500f85676047ac100871e69457a6ab70f1 updated changelog --- diff --git a/Changes b/Changes index a9ef82d..2a271b2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. + - 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