From cdfc8b825d3ad6b16be6f1266be03b1e84690225 Mon Sep 17 00:00:00 2001 From: Spencer Cornish Date: Thu, 19 Dec 2019 21:11:57 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b1543f..7a3c8698 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). *This release is scheduled to be released on 2020-01-01.* +ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues running Electron, make sure your [Raspbian is up to date](https://www.raspberrypi.org/documentation/raspbian/updating.md). + ### Added - Timestamps in log output ### Updated +- Updated lower bound of `lodash` and `helmet` dependencies for security patches. ### Fixed - Fixed issue in weatherforecast module where predicted amount of rain was not using the decimal symbol specified in config.js.