From 90041d21d33047bd985a26b2684547110848716e Mon Sep 17 00:00:00 2001 From: othercorey Date: Wed, 10 Apr 2024 23:40:11 -0500 Subject: [PATCH 1/2] Notes for https://github.com/cakephp/cakephp/pull/17643 --- en/appendices/5-1-migration-guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index c700547998..09a8536b58 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -52,6 +52,7 @@ Command - ``bin/cake plugin list`` has been added to list all available plugins, their load configuration and version. +- Optional ``Command`` arguments can now have a ``default`` value. Console ------- From a06bf2060325255354b1cc69a6f6eea241fe9678 Mon Sep 17 00:00:00 2001 From: othercorey Date: Wed, 10 Apr 2024 23:47:41 -0500 Subject: [PATCH 2/2] Fix quote --- en/appendices/5-1-migration-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index 09a8536b58..e0d29f09c1 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -9,7 +9,7 @@ Behavior Changes ================ - Connection now creats unique read and write drivers if the keys ``read`` or - ``write` are present in the config regardless of values. + ``write`` are present in the config regardless of values. - FormHelper no longer generates ``aria-required`` attributes on input elements that also have the ``required`` attribute set. The ``aria-required`` attribute is redundant on these elements and generates HTML validation warnings. If you