add CHANGELOG.md

This commit is contained in:
Karsten Hassel 2021-06-11 01:00:05 +02:00
parent b26270bd13
commit 99e5edf2c5

View File

@ -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 dev dependency jest, switching from mocha to jest
### Updated
@ -35,6 +36,8 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel,
### Removed
- switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger
### Fixed
- Fix calendar start function logging inconsistency.