Skip to content

Commit 8e64f0b

Browse files
committed
Document change in cakephp/cakephp#18119
1 parent d7838bc commit 8e64f0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

en/appendices/6-0-migration-guide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Behavior Changes
1919

2020
Breaking Changes
2121
================
22+
2223
- The default placeholder format for ``Text::insert()`` has been changed.
2324
They now use ``{foo}`` instead of ``:foo``. You can get the old
2425
behavior by using the ``before`` and ``after`` keys of ``$options``.
26+
- ``Datasource/Paging/PaginatedInterface`` now extends ``IteratorAggregate``
27+
instead of ``Traversable``.

0 commit comments

Comments
 (0)