diff --git a/en/appendices/5-2-migration-guide.rst b/en/appendices/5-2-migration-guide.rst index 7d46d5a2cf..6f59df813d 100644 --- a/en/appendices/5-2-migration-guide.rst +++ b/en/appendices/5-2-migration-guide.rst @@ -62,6 +62,12 @@ Console were added. These methods allow you to read ``separator`` delimitered positional arguments as arrays. +Database +-------- + +- ``JsonType::setDecodingOptions()`` was added. This method lets you define the + bitmask options used by ``json_encode()`` calls. + ORM ---