Skip to content

Commit 6f20e31

Browse files
authored
Merge pull request #8058 from cakephp/5.next-type-map
Docs for getMapped() split out from getMap()
2 parents f951100 + a01ca13 commit 6f20e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/appendices/5-3-migration-guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Database
8080
- Added support for ``year`` column types in MySQL.
8181
- Added support for ``inet``, ``cidr`` and ``macaddr`` network column types to
8282
postgres driver.
83+
- Added ``TypeFactory::getMapped()`` to retrieve the mapped class name for a specific type.
84+
This provides a cleaner API compared to using ``TypeFactory::getMap()`` with a type argument.
8385

8486
I18n
8587
----

0 commit comments

Comments
 (0)