Add release date, shuffle maintainers
t0m [Wed, 22 Jul 2009 22:53:28 +0000 (23:53 +0100)]
Changes
lib/Catalyst/Action/REST.pm

diff --git a/Changes b/Changes
index 804c3f0..5278db8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,18 +1,18 @@
-UNRELEASED - Release 0.74
+Wed Jul 22 23:49:16 BST 2009 (t0m) - Release 0.74
 
   Switch from NEXT to MRO::Compat (agladdish).
 
   Add display of additional REST actions in the stats, and also fix a warning
   in Catalyst 5.80 when you forward to another action from inside an
-  action_FOO method (as it was confusing the stats). (t0m)
+  action_FOO method (as it was confusing the stats).
 
   POD fixes
 
-  Catalyst::Action::REST no longer @ISA Catalyst or Catalyst::Controller. (t0m)
+  Catalyst::Action::REST no longer @ISA Catalyst or Catalyst::Controller.
 
-  Change constructor to call next::method instead of SUPER:: (t0m)
+  Change constructor to call next::method instead of SUPER::
 
-  Change method used to find the application class to be more correct (t0m)
+  Change method used to find the application class to be more correct
 
 Sat Jun 27 20:20:09 EDT 2009 (hdp) - Release 0.73
   Packaging fixes
index 4404b1c..6a5ac82 100644 (file)
@@ -184,10 +184,6 @@ for this to run smoothly.
 
 =back
 
-=head1 MAINTAINER
-
-Hans Dieter Pearcey
-
 =head1 CONTRIBUTORS
 
 Christopher Laco
@@ -200,6 +196,8 @@ Daisuke Maki <daisuke@endeworks.jp>
 
 J. Shirley <jshirley@gmail.com>
 
+Hans Dieter Pearcey
+
 Tomas Doran (t0m) <bobtfish@bobtfish.net>
 
 =head1 AUTHOR