From: Caleb Cushing Date: Fri, 9 Dec 2011 02:36:30 +0000 (-0600) Subject: add change log message for added statuses X-Git-Tag: 1.08~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f51d80cd61f44b096583756f2ce20e9ad5878239;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git add change log message for added statuses Signed-off-by: Caleb Cushing --- diff --git a/Changes b/Changes index 9202184..d52f14a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + Add 403 Forbidden and 302 Not Found status methods to + Catalyst::Controller::REST (Caleb Cushing) + Add a "Callback" serializer/deserializer to allow for more customization in how the REST data is parsed/generated (bphillips)