Skip to content

Cldr version 2.23.2

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 08 Sep 08:25

Bug Fixes

  • Remove telemetry as a dependency. It is not required by ex_cldr. Thanks for the report from @benregn. Closes #154.

  • Integerize all the numeric keys in calendars, including the 60 days of the Chinese calendar cycle and the 239 Japanese eras.

  • Change from use Mix.Config to import Config for configuration. This has been the standard since Elixir 1.9 and since only Elixir 1.10 is supported, the update can be made.