From: Tomas Doran Date: Wed, 4 Nov 2009 22:47:29 +0000 (+0000) Subject: Changelog X-Git-Tag: v0.29~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e8ce5753cd6c8d195b24065d3a3acac0fb6a7b5f;hp=093e1027a0b02b4478cc3170e17dda8728569764;p=catagits%2FCatalyst-Plugin-Session.git Changelog --- diff --git a/Changes b/Changes index 1ad20c7..9659054 100644 --- 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 );