prepared to release 5.64
Marcus Ramberg [Tue, 7 Feb 2006 12:15:32 +0000 (12:15 +0000)]
Changes
lib/Catalyst/Request.pm

diff --git a/Changes b/Changes
index d075386..4336db7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.64
+5.64    2006-02-07 13:13:13
         - Fixed bug in FastCGI proc manager mode where pm_post_dispatch
           was not run. (Eric Wong)
         - Cleaned up generated tests
index b35bc59..1340299 100644 (file)
@@ -251,7 +251,8 @@ Alias for $req->body.
 =head2 $req->match
 
 This contains the matching part of a Regex action. Otherwise
-it returns the same as 'action'.
+it returns the same as 'action', except for default actions,
+which return an empty string.
 
 =head2 $req->method