X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=72f0f22ea48db850f8347474cae2f41f10b6be38;hb=ffef349776f351e486c641f21ea1941fe30ca8da;hp=e86ba7ebdc4fda6c51c3795b02aa4390939edaa6;hpb=3ba4e173c6929eb2cbb3b0c8c15449693703bbf5;p=catagits%2FCatalyst-Action-REST.git diff --git a/Changes b/Changes index e86ba7e..72f0f22 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,20 @@ Revision history for {{$dist->name}} {{$NEXT}} + * Make 3xx status codes skip serialization when there is no data to serialize + (Thanks Jesse Sheidlower!) + +1.16 2014-09-12 13:21:43-05:00 America/Chicago + * Switch from JSON to JSON::MaybeXS to get a better choice of JSON parsers. + +1.15 2014-05-07 09:02:44-05:00 CST6CDT + + * Added new status_see_other method for returning a 303 redirect. + * Added new status_moved method for returning a 301 redirect. (Matthew Keller) + +1.14 2013-12-27 15:32:19 America/Chicago + + * Stop prompting for features at install time 1.13 2013-11-08 09:40:00 EST