From 275248e0d0613e0c5c47148e6a06cf4a2d63dbdd Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Fri, 15 Mar 2024 09:20:57 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5724c5c..d14c845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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