From 3c72d2432497b9a70b092333a10f59e5ee764f1d Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Fri, 15 Mar 2024 09:25:07 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14c845..1d91c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This is the changelog for Cldr_units v3.17.0 released on _____, 2024. For older ### Bug Fixes -* Fixes canonical unit name formation. The effect of which is that more units can be resolved to a base unit and therefore compared and converted with other units. The primary change is to add elimination of common factors in "per" units. +* Fixes canonical unit name formation. More units can now be resolved to a base unit and therefore compared and converted with other units. The primary change is to add elimination of common factors in "per" units. ### Enhancements @@ -20,7 +20,7 @@ This is the changelog for Cldr_units v3.16.2 released on June 15th, 2023. For o ### Bug Fixes -* Fix `Cldr.round/1` for float units. Thanks to @doughsay for the report. Closes #38. +* Fix `Cldr.Unit.round/1` for float units. Thanks to @doughsay for the report. Closes #38. ## Cldr_Units v3.16.1