Update CHANGELOG

This commit is contained in:
rejas 2021-04-11 22:43:47 +02:00
parent f93b819ea6
commit db65ff12d7
2 changed files with 2 additions and 3 deletions

View File

@ -25,6 +25,7 @@ _This release is scheduled to be released on 2021-04-01._
- Fix calendar start function logging inconsistency.
- Fix updatenotification start function logging inconsistency.
- Checks and applies the showDescription setting for the newsfeed module again
- Fix tests in weather module and add one for decimalPoint in forecast
## [2.15.0] - 2021-04-01

View File

@ -1,10 +1,8 @@
/* Magic Mirror Test config default weather
*
* By fewieden https://github.com/fewieden
*
* By rejas
* MIT Licensed.
*/
let config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],