Ex_Cldr_Dates_Times v2.10.2 Release Notes

  • This is the changelog for Cldr_Dates_Times v2.10.2 released on January 15th, 2022. For older changelogs please consult the release tag on GitHub

    🐛 Bug Fixes

    • 0️⃣ Fix Date.to_string/2 when the second argument is a list of options and not a backend module. Previously this would ignore any :backend option and try to use Cldr.default_backend!/0 which would fail if not one was configured. The same fix is applied to Cldr.Time.to_string/2 and Cldr.DateTime.to_string/2.