From 1f4f1d1ba714ddf41a1a8840964bcd0260cad6c8 Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 17 Mar 2025 16:46:00 +0530 Subject: [PATCH] Update 6-0-migration-guide.rst Refs cakephp/cakephp#18231 --- en/appendices/6-0-migration-guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/en/appendices/6-0-migration-guide.rst b/en/appendices/6-0-migration-guide.rst index 719f611389..1c3c7c89c3 100644 --- a/en/appendices/6-0-migration-guide.rst +++ b/en/appendices/6-0-migration-guide.rst @@ -16,6 +16,7 @@ Behavior Changes ``JsonType`` by default. - ``Cake\View\Widget\FileWidget`` was removed as it was redundant. The standard input widget will be used for file inputs in 6.x. +- ``Text::uuid()`` now generates UUID v7 complaint strings instead of UUID v4. Breaking Changes ================