Changelog
Tomas Doran [Wed, 4 Nov 2009 22:47:29 +0000 (22:47 +0000)]
Changes

diff --git a/Changes b/Changes
index 1ad20c7..9659054 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+        - Fix session being deleted when you have a new session after session
+          expiry when calling session_is_valid method. Tests for this.
         - Allow ->session to be used as a setter method so that you can say
           ->session( key => $value );