X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Changes;h=5994aafea477566cd223e35fc405540ab1a81ea5;hp=397fecedb3b9ff575671c4235ed04acfb22b9106;hb=e94e9e1c035e1687eb3a8c5758f1005ecf560495;hpb=6652d9a20455dc47e574a3145820c587cf8755f8 diff --git a/Changes b/Changes index 397fece..5994aaf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie +0.17 2009-10-18 + - Fixup copyright information + +0.16 2009-10-16 + - Use session config handling from Catalyst::Plugin::Session 0.27. + +0.15 2009-10-06 + - Fix the httponly option again (Closes RT##50249). + - Make tests not warn with latest version of Catalyst. + - Prefer session configuration to be in the 'Plugin::Session' + config key, but provide backwards compatibility for the + deprecated 'session' key. + 0.14 2009-08-22 - Allow turning off the httponly option (Closes RT#48930).