Skip to content

Commit

Permalink
Merge pull request #7920 from Murl080/4.x-hash-sort-migration-entry
Browse files Browse the repository at this point in the history
Move entry from breaking changes to new feature
  • Loading branch information
ADmad authored Sep 27, 2024
2 parents 58b86c3 + 5ae88a6 commit de6ed95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions en/appendices/4-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
----------

Expand Down

0 comments on commit de6ed95

Please sign in to comment.