We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7838bc commit 8e64f0bCopy full SHA for 8e64f0b
1 file changed
en/appendices/6-0-migration-guide.rst
@@ -19,6 +19,9 @@ Behavior Changes
19
20
Breaking Changes
21
================
22
+
23
- The default placeholder format for ``Text::insert()`` has been changed.
24
They now use ``{foo}`` instead of ``:foo``. You can get the old
25
behavior by using the ``before`` and ``after`` keys of ``$options``.
26
+- ``Datasource/Paging/PaginatedInterface`` now extends ``IteratorAggregate``
27
+ instead of ``Traversable``.
0 commit comments