From 7d5b5fc881f13ef1125e91690c573e405be281c7 Mon Sep 17 00:00:00 2001 From: othercorey Date: Tue, 23 Jan 2024 03:51:10 -0600 Subject: [PATCH] Add notes for https://github.com/cakephp/cakephp/pull/17340 --- en/appendices/5-0-migration-guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/appendices/5-0-migration-guide.rst b/en/appendices/5-0-migration-guide.rst index e996809d75..53b5781f75 100644 --- a/en/appendices/5-0-migration-guide.rst +++ b/en/appendices/5-0-migration-guide.rst @@ -56,6 +56,12 @@ Cache - The ``Wincache`` engine was removed. The wincache extension is not supported on PHP 8. +Collection +---------- + +- `combine()` now throws an exception if the key path or group path doesn't exist or contains a null value. + This matches the behavior of `indexBy()` and `groupBy()`. + Console -------