Updated Test::Mojo::Session to be compatible with latest version of Mojolicious

Change-Id: I940b04c36eaf1ca5adc6f29952f1cb13b818d0b4
diff --git a/Changes b/Changes
index 50fefb7..d133553 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.38 2020-05-15
+0.38 2020-05-17
         - Support X-Forwarded-Host name for proxy.
         - Document API URI.
         - Improve redirect handling in proxy.
@@ -19,6 +19,8 @@
           in case not logged in (addresses #67).
         - Update Mojolicious requirement for security reasons.
         - Fix order of promises in login handling.
+        - Update Test::Mojo::Session to be compatible with latest
+          version of Mojolicious.
 
 0.37 2020-01-16
         - Removed deprecated 'kalamar_test_port' helper.