diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f762dbe..34cd778d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git. - Add unit test the capitalizeFirstLetter function of newfeed module. - Add new unit tests for function `shorten` in calendar module. +- Add unit tests for function `roundValue` in currentweather module. ### Updated - Changed 'default.js' - listen on all attached interfaces by default.