Corrected bullet for Updated list

Wording/location corrected for update to WEATHER module
This commit is contained in:
Kevin G 2021-06-07 09:28:33 -04:00 committed by GitHub
parent bf5e83861c
commit b85ac91e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 custom-properties for gaps around body and between modules
- Added test case for recurring calendar events - Added test case for recurring calendar events
- Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only) - 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 ### 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, require node >= v12, remove `rrule-alt` and `rrule`
- Update dependencies in package.json and migrate husky to v6, fix husky setup in prod environment - 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 - 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 ### Removed