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.