From 5b22462889b7173168bfef89db6a8304c6869256 Mon Sep 17 00:00:00 2001 From: nnichols Date: Sat, 7 Oct 2023 14:42:42 +0000 Subject: [PATCH] [Format] Auto-formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`