Skip to content

Commit

Permalink
Merge pull request #7666 from cakephp/othercorey-patch-1
Browse files Browse the repository at this point in the history
Add Migration notes for Collection::reject()
  • Loading branch information
othercorey authored Aug 8, 2023
2 parents e5f0c7e + 75ba3fe commit e0184df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/appendices/5-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Cache
- The ``Wincache`` engine was removed. The wincache extension is not supported
on PHP 8.

Collection
----------

- `Collection::reject()` now defaults to rejecting truthy values which functions as the
inverse of default `filter()` behavior.

Console
-------

Expand Down

0 comments on commit e0184df

Please sign in to comment.