Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 14, 2024
1 parent 0b7910f commit 275248e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This is the changelog for Cldr_units v3.17.0 released on _____, 2024. For older

### Enhancements

* Add conversion support for Beaufort. This conversion is non linear and therefore cannot be expressed using the normal unit conversion method.

* `Cldr.Unit.Math.mult/2` and `Cldr.Unit.Math.div/2` now support scalar values as the second argument. Its therefore now possible to say `Cldr.Unit.Math.mult(Cldr.Unit.new!(:meter, 10), 2)`.

## Cldr_Units v3.16.2
Expand Down

0 comments on commit 275248e

Please sign in to comment.