Ex_Cldr_Numbers v2.15.4 Release Notes

Release Date: 2020-09-26 // over 3 years ago
  • ๐Ÿš€ This is the changelog for Cldr v2.15.4 released on Septmber 26th, 2020. For older changelogs please consult the release tag on GitHub

    โœจ Enhancements

    • 0๏ธโƒฃ Use Cldr.default_backend!/1 when available since Cldr.default_backend/0 is deprecated as of ex_cldr verison 2.18.0.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Use Cldr.Decimal.compare/2 which works consistently with Decimal 1.x and 2.x

    • ๐Ÿ“œ Apply compile-time detection of Decimal version in order to know the correct return type of Decimal.parse/1 which differs between 1.x and 2.x