From 5b9d5abc5161bdaeb4410bd468c874a1a8436b1d Mon Sep 17 00:00:00 2001 From: othercorey Date: Tue, 4 Nov 2025 00:49:09 -0600 Subject: [PATCH] Add migration notes for Collection::any() --- en/appendices/5-3-migration-guide.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index fd9fe7a863..df8f3c9979 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -85,6 +85,11 @@ Cache with an array of server addresses to enable cluster mode. - Several :ref:`cache-events` were added to allow monitoring the caching behavior. +Collection +---------- + +- ``Collectino::any()`` was added to replace ``Collection::some()`` with a more familiar name. + Command -------