Release commit for 0.18 mirror/master v0.18
Graham Knop [Thu, 27 Aug 2020 14:16:54 +0000 (16:16 +0200)]
        - 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)

Changes

diff --git a/Changes b/Changes
index 30269dd..4848d28 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 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