diff --git a/en/appendices/6-0-migration-guide.rst b/en/appendices/6-0-migration-guide.rst index 1c3c7c89c3..6f94df25f1 100644 --- a/en/appendices/6-0-migration-guide.rst +++ b/en/appendices/6-0-migration-guide.rst @@ -27,6 +27,12 @@ Datasource - ``Datasource/Paging/PaginatedInterface`` now extends ``IteratorAggregate`` instead of ``Traversable``. +Http +---- + +- Using `$request->getParam('?')` to get the query params is no longer possible. + Use `$request->getQueryParams()` instead. + ORM ---