From 79b31dc7507e445431c09d5e4636120e03057e14 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Sun, 21 Jul 2024 22:30:01 -0400 Subject: [PATCH] Update 0.5.1 release notes --- docs/docs/the-marten-project/release-notes/0.5.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/the-marten-project/release-notes/0.5.1.md b/docs/docs/the-marten-project/release-notes/0.5.1.md index 4a1bb7d9e..f57d0b799 100644 --- a/docs/docs/the-marten-project/release-notes/0.5.1.md +++ b/docs/docs/the-marten-project/release-notes/0.5.1.md @@ -12,3 +12,4 @@ _Under development._ * Fix excessive verbosity when running management commands. * Fix non-working hash/array methods in templates. * Fix an issue where unknown variable exceptions are not raised when accessing unsupported attributes on custom template objects. +* Make sure the cookie session store always defines an expiry when signing the session data.