diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 499c26c026..9cdc459221 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -8,7 +8,11 @@ removed in 6.0.0. Behavior Changes ================ -TODO +View +---- + +- The ``format()`` and ``currency()`` methods of ``NumberHelper`` now accept also null as input and can return any default string here. + This allows for easier templates, in particular baked ones. Make sure to adjust any extending helper (plugin or app level) by adding that type. Deprecations ============