From bf5e83861cc026bf0b2a46bb69a413df69926557 Mon Sep 17 00:00:00 2001 From: Kevin G Date: Sat, 5 Jun 2021 11:39:21 -0400 Subject: [PATCH] Highlight new custom precipitation unit-of-measure for WEATHER With the new Environment Canada provider in WEATHER, it is now possible for provider to set a customized precipitation unit-of-measure --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e5df9a..7ab8c888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, - Added custom-properties for gaps around body and between modules - Added test case for recurring calendar events - Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only) +- Added default WEATHER module such that a provider can optionally set a custom unit-of-measure for precipitation (`weatherObject.precipitationUnits`) ### Updated