From a01ca135c4f58e3a737fd0206fc853b38e40bb0e Mon Sep 17 00:00:00 2001 From: mscherer Date: Sun, 10 Aug 2025 13:15:50 +0200 Subject: [PATCH] Docs for getMapped() split out from getMap() --- en/appendices/5-3-migration-guide.rst | 2 ++ 1 file changed, 2 insertions(+) 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 ----