Version update to 0.61, updated changelog
jshirley [Mon, 30 Jun 2008 19:58:08 +0000 (19:58 +0000)]
Changelog
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

index 84e0c24..d0b4f21 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
+
+Mon Jun 30 12:28:00 PST 2008 (jshirley) - Release 0.61
   Support official application/json and carp about text/x-json
+  Accepted patch from Luke Saunders for processing all accepted content types
 
 Thu Jan  3 17:23:58 PST 2008 (adam) - Release 0.60
   Updated my contact information.
index dc09430..aae87da 100644 (file)
@@ -17,7 +17,7 @@ use Catalyst::Request::REST;
 use 5.8.1;
 
 our
-   $VERSION = '0.60';
+   $VERSION = '0.61';
 
 # This is wrong in several ways. First, there's no guarantee that
 # Catalyst.pm has not been subclassed. Two, there's no guarantee that
index c8cb7a3..0ce7c44 100644 (file)
@@ -1,5 +1,7 @@
 package Catalyst::Controller::REST;
 
+our $VERSION = 0.61;
+
 =head1 NAME
 
 Catalyst::Controller::REST - A RESTful controller