Skip to content

Commit

Permalink
Add Cldr.Unit.display_name/2
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Feb 6, 2021
1 parent 313eecc commit 635ee1d
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 77 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ This is the changelog for Cldr_units v3.4.0 released on February 6th, 2021. For

### Enhancements

* Add `Cldr.Unit/display_name/2`

* Add `Cldr.Unit.known_units_by_category/0`

* Add `Cldr.Unit.known_units_for_category/1`

* Add `Cldr.Unit.measurement_system_units/0`

* Add `Cldr.Unit.measuremen_system_from_locale/{2, 3}`
* Add `Cldr.Unit.measurement_system_from_locale/{2, 3}`

* Improve `Cldr.Unit.IncompatibleUnit` exception error message

* Deprecate `Cldr.Unit.measurement_systems/0` in favour of `Cldr.Unit.measurement_systems_by_territory/0`

* Requires `ex_cldr` version ~> 2.19 which includes the localised display name of units

# Changelog for Cldr_Units v3.3.1

This is the changelog for Cldr_units v3.3.1 released on November 3rd, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_units/tags)
Expand Down
Loading

0 comments on commit 635ee1d

Please sign in to comment.