diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index 9da9fe56d0..380553a2e8 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -59,6 +59,7 @@ Core - ``PluginConfig`` was added. Use this class to get all available plugins, their load config and versions. - The ``toString``, ``toInt``, ``toBool`` functions were added. They give you a typesafe way to cast request data or other input and return ``null`` when conversion fails. +- ``pathCombine()`` was added to help build paths without worrying about duplicate and trailing slashes. Http ----