Release commit for 0.18
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
diff --git a/Changes b/Changes
index fd90259..4848d28 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,30 @@
 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
 
+0.18 - 2020-08-27
+        - add SameSite support (RT#133009)
+        - convert optional test using Test::WWW::Mechanize::Catalyst to
+          mandatory test using Catalyst::Test
+        - convert from Module::Install to Distar for packaging and release
+          process
+        - fix running Makefile.PL when . is not included in @INC (RT#121882)
+        - minor test cleanups
+        - typo and spelling fixes in documentation
+        - convert repository to git (fREW Schmidt)
+
+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).
 
 0.13    2009-08-19
@@ -47,7 +72,7 @@ Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
 
 0.03
         - refactored make_session_cookie to separate calc_expiry, and made
-             that easily overloadable.
+         that easily overloadable.
         - updated for the new state API (get_session_id, set_session_id, etc)
 
 0.02    2005-12-28 13:51:00