X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=blobdiff_plain;f=Changes;fp=Changes;h=65a07c5d3370355b98d81de9b3d8197eb94f5cca;hp=aeb4d7604ae7b3d7ddab702e2dc1f2d11f1df020;hb=7b420171f63165b425c6ef60313828a53b33816b;hpb=3217bc8affdfdf53badd4836ddf911797f262430 diff --git a/Changes b/Changes index aeb4d76..65a07c5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::Session + - Fixed a bug when "expiry_threshold" is non-zero, where changes to the + session were not saved. + 0.38 2013-09-18 - New feature: "expiry_threshold" which allows you more control over when this plugin checks and updates the expiration date for the session.