diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1e9b50..bf1ba829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Changed * Internal functions that convert between unit systems now use `brewtility.units` * Removed - * `brewility.color` has been removed in favor of `brewtility.units.color` + * `brewtility.color` has been removed in favor of `brewtility.units.color` * `brewtility.units/convert-weight` has been removed in favor of `brewtility.units/convert` and `brewtility.units.weight/convert` * `brewtility.units/convert-volume` has been removed in favor of `brewtility.units/convert` and `brewtility.units.volume/convert` * `brewtility.units/convert-temperature` has been removed in favor of `brewtility.units/convert` and `brewtility.units.temperature/convert`