Skip to content

Cldr Numbers version 2.35.0

Choose a tag to compare

@kipcole9 kipcole9 released this 26 Mar 06:29
· 39 commits to main since this release

Breaking changes

  • The new OTP 28 re module is largely - but not completely - compatible with the version on OTP 27 and earlier. One of the noted differences during testing is that on OTP 27, the bitcoin symbol is not part of the set of Unicode symbols (category Sc). In OTP 28 it is. Therefore there may be minor differences in how numbers and money with the currency bitcoin are formatted. During testing, these were the only test failures detected between OTP 27 and OTP 28.

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.