From dc7d7438e226926d366138dcd3c5f4b9080051cd Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 10 Apr 2025 05:56:29 +0200 Subject: [PATCH] Add NumberHelper changes. --- en/appendices/5-3-migration-guide.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ============