We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ecd7b commit 030914cCopy full SHA for 030914c
en/appendices/5-1-upgrade-guide.rst
@@ -65,6 +65,12 @@ Http
65
has been sent in fastcgi environments. In other environments the
66
``Server.terminate`` event runs *before* the response has been sent.
67
68
+I18n
69
+----
70
+
71
+- ``Number::formatter()`` and ``currency()`` now accept a ``roundingMode``
72
+ option to override how rounding is done.
73
74
TestSuite
75
---------
76
@@ -84,3 +90,5 @@ View
84
90
85
91
- View cells now emit events around their actions ``Cell.beforeAction`` and
86
92
``Cell.afterAction``.
93
+- ``NumberHelper::format()`` now accepts a ``roundingMode`` option to override how
94
+ rounding is done.
0 commit comments