diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 3ae2657571..3e944f1e73 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -55,6 +55,12 @@ Console - Added ``TreeHelper`` which outputs an array as a tree such as an array of filesystem directories as array keys and files as lists under each directory. +Database +-------- + +- Added ``Query::getDriver()`` helper which returns the ``Driver`` for the current connection + role by default. + Routing -------