This commit is contained in:
Michael Teeuw 2016-08-02 22:58:27 +02:00 committed by GitHub
parent 18ae08de8f
commit 33521ebd31

View File

@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Corrected grammer in `module.js` from 'suspend' to 'suspended'. - Corrected grammer in `module.js` from 'suspend' to 'suspended'.
- Fixed openweathermap.org URL in config sample. - Fixed openweathermap.org URL in config sample.
- Prevent currentweather module from crashing when received data object is incorrect. - Prevent currentweather module from crashing when received data object is incorrect.
- Fix issue where translation loading prevented the UI start-up when the language was set to 'en'. (Issue [#388](https://github.com/MichMich/MagicMirror/issues/388))
### Updated ### Updated
- Updated package.json to fix possible vulnerabilities. (Using snyk) - Updated package.json to fix possible vulnerabilities. (Using snyk)