Cldr version 2.35.0
Bug Fixes
- Deprecates
:supress_warnings
backend configuration option in favour of the correctly spelt:suppress_warnings
.
Enhancements
-
Add
:default_currency_format
option to a backend configuration. The value must be either:currency
,:accounting
ornil
(the default). This option is used byex_cldr_numbers
from version 2.30.0 onwards. Ifnil
the format will be derived from the locale. -
No longer
IO.warn/2
whenCldr.Number
andCldr.Currency
are both configured as providers. A console note is still issued but it will not raise a compiler warning.