Fix dates in the changelog (2006 not 2005)
Yuval Kogman [Sun, 26 Mar 2006 12:02:49 +0000 (12:02 +0000)]
Changes

diff --git a/Changes b/Changes
index dceff4d..ef44597 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,12 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
-0.07    2005-03-17 17:33:12
+0.07    2006-03-17 17:33:12
         - allow base64 hashed passwords
 
-0.06    2005-03-14 19:23:50
+0.06    2006-03-14 19:23:50
         - pass extra get_user args to store so they can be made use of
 
-0.05    2005-01-01 13:58:00
+0.05    2006-01-01 13:58:00
         - Add debugging to Credential::Password
         - Important doc fixes