Ex_Cldr v2.29.0 Release Notes

  • ๐Ÿš€ This is the changelog for Cldr v2.29.0 released on May 10th, 2022. For older changelogs please consult the release tag on GitHub

    Migration

    • The plugs Cldr.Plug.SetLocale, Cldr.Plug.AcceptLanguage and Cldr.Plug.PutSession have been extracted to their own library, ex_cldr_plugs. Therefore adding {:ex_cldr_plugs, "~> 1.0"} to the deps of any application using these plugs is required.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes resolving the RBNF locale name for locales that inherit the RBNF locale from a parent. This is true for at least the "nb" locale which in previous releases had its own RBNF locale data but now inherits from "no". Thanks to @juanperi for the report. Closes #175.