Ex_Cldr_Numbers v2.7.0 Release Notes

Release Date: 2019-08-20 // over 4 years ago
  • 🚀 This is the changelog for Cldr v2.7.0 released on August 21st, 2019. For older changelogs please consult the release tag on GitHub

    ✨ Enhancements

    • An option :backend can be passed to Cldr.Number.to_string/3 and it will be used if being called as Cldr.Number.to_string/2. This means that for a call like Cldr.Number.to_string(number, backend, options) which has an option :backend, the call can be replaced with Cldr.Number.to_string(number, options).