From 4280527bc6560c7e8ce712044fd2a48b2cc6ae8b Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 26 Oct 2024 11:52:28 -0400 Subject: [PATCH] Add release notes for cakephp/cakephp#17992 --- en/appendices/5-2-migration-guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/appendices/5-2-migration-guide.rst b/en/appendices/5-2-migration-guide.rst index 1cd9b80909..3a56d401e6 100644 --- a/en/appendices/5-2-migration-guide.rst +++ b/en/appendices/5-2-migration-guide.rst @@ -11,6 +11,8 @@ Behavior Changes - ``ValidationSet::add()`` will now raise errors when a rule is added with a name that is already defined. This change aims to prevent rules from being overwritten by accident. +- ``Http\Session`` will now raise an exception when an invalid session preset is + used. New Features ============