diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index cfc1a64e5c..91282c4e8d 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -80,6 +80,8 @@ Database - Added support for ``year`` column types in MySQL. - Added support for ``inet``, ``cidr`` and ``macaddr`` network column types to postgres driver. +- Added ``TypeFactory::getMapped()`` to retrieve the mapped class name for a specific type. + This provides a cleaner API compared to using ``TypeFactory::getMap()`` with a type argument. I18n ----