diff --git a/en/appendices/4-0-migration-guide.rst b/en/appendices/4-0-migration-guide.rst index 59c4549c29..1ae2393672 100644 --- a/en/appendices/4-0-migration-guide.rst +++ b/en/appendices/4-0-migration-guide.rst @@ -319,8 +319,6 @@ Utility path extracted as first argument. * The ``readFile`` option of ``Xml::build()`` is no longer true by default. Instead you must enable ``readFile`` to read local files. -* ``Hash::sort()`` now accepts the ``SORT_ASC`` and ``SORT_DESC`` constants in - the direction parameter. * ``Inflector::pluralize()`` now inflects ``index`` to ``indexes`` instead of ``indices``. This reflects the technical usage of this plural in the core as well as the ecosystem. @@ -518,6 +516,12 @@ TestSuite * ``TestSuite\EmailTrait::assertMailContainsAttachment()`` was added. +Utility +------- + +* ``Hash::sort()`` now accepts the ``SORT_ASC`` and ``SORT_DESC`` constants in + the direction parameter. + Validation ----------