From 56413ee94eca749171fad83ccd95aabc189e02e5 Mon Sep 17 00:00:00 2001 From: Tino Ziegler Date: Wed, 18 Jan 2017 16:04:02 +0100 Subject: [PATCH] added fix --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9551b79..544ce189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Fixed +- Module currentWeather: check if temperature is defined + ## [2.1.0] - 2016-12-31 **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`