Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions en/appendices/5-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ Cache
with an array of server addresses to enable cluster mode.
- Several :ref:`cache-events` were added to allow monitoring the caching behavior.

Collection
----------

- ``Collectino::any()`` was added to replace ``Collection::some()`` with a more familiar name.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method should also be added to core-libraries/collections.rst and description of some() be updated to state it's an alias for any().

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like I said, I'll work on the detailed docs later. I wan to split up the block of method links into categories that match the rest of the page.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, didn't read your initial comment.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have left it open if you wanted, but will follow up.


Command
-------

Expand Down