From b85ac91e6c36ee29355ff6e82d75c2867bbf6ef2 Mon Sep 17 00:00:00 2001 From: Kevin G Date: Mon, 7 Jun 2021 09:28:33 -0400 Subject: [PATCH] Corrected bullet for Updated list Wording/location corrected for update to WEATHER module --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab8c888..239e6dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ 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 @@ -33,6 +32,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, - Update dependencies in package.json, require node >= v12, remove `rrule-alt` and `rrule` - Update dependencies in package.json and migrate husky to v6, fix husky setup in prod environment - Cleaned up error handling in newsfeed and calendar modules for real +- Updated default WEATHER module such that a provider can optionally set a custom unit-of-measure for precipitation (`weatherObject.precipitationUnits`) ### Removed