add change log message for added statuses
Caleb Cushing [Fri, 9 Dec 2011 02:36:30 +0000 (20:36 -0600)]
Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

Changes

diff --git a/Changes b/Changes
index 9202184..d52f14a 100644 (file)
--- 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)