From 3f30ed5251e057ebe0b3756fa4f37d5da6e414d6 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 29 Sep 2017 13:01:08 +0200 Subject: [PATCH] Add info about weather forecast. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5dea35..e15640b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed ipWhitelist behaviour to make empty whitelist ([]) allow any and all hosts access to the MM. - Fixed issue with calendar module where 'excludedEvents' count towards 'maximumEntries'. - Fixed issue with calendar module where global configuration of maximumEntries was not overridden by calendar specific config (see module doc). -- Fixed issue where `this.file(filename)` returns a path with two hashes +- Fixed issue where `this.file(filename)` returns a path with two hashes. +- Workaround for the WeatherForecast API limitation. ## [2.1.2] - 2017-07-01