X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=blobdiff_plain;f=Changes;h=724a8501a2c6affafe77edb4cada8877a6b35648;hp=0ba5e520bd79475b48f6fdebd0c616d34f4172c9;hb=df76da4a8640b9b6dcbc51b3a9a42c5f819ae699;hpb=a2e23c04d0df1b54be769a9d7fcd974ab34b855f diff --git a/Changes b/Changes index 0ba5e52..724a850 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for Perl extension Catalyst::Plugin::Session - - Fixed bug from last version where session does not persist across a redirect + - Remove use of Plack::Middleware::ForceEnv from the tests + as it was not used / needed + +0.35 2012-04-24 + - Implement a 'change_session_expires' method (gshank) + + - Fixed bug from last version where session does not persist + across a redirect 0.34 2012-03-30 - Fixed up t/live_verify_address.t per https://rt.cpan.org/Ticket/Display.html?id=71142