Changelog

This commit is contained in:
Spencer Cornish 2019-12-19 21:11:57 -07:00
parent 301344c96d
commit cdfc8b825d

View File

@ -19,10 +19,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
*This release is scheduled to be released on 2020-01-01.* *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 ### Added
- Timestamps in log output - Timestamps in log output
### Updated ### Updated
- Updated lower bound of `lodash` and `helmet` dependencies for security patches.
### Fixed ### Fixed
- Fixed issue in weatherforecast module where predicted amount of rain was not using the decimal symbol specified in config.js. - Fixed issue in weatherforecast module where predicted amount of rain was not using the decimal symbol specified in config.js.