Update Changelog for unit tests for currentweather module

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-08-07 20:42:32 -04:00
parent 8ae947f59c
commit 7fc82ccead

View File

@ -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 `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git.
- Add unit test the capitalizeFirstLetter function of newfeed module. - Add unit test the capitalizeFirstLetter function of newfeed module.
- Add new unit tests for function `shorten` in calendar module. - Add new unit tests for function `shorten` in calendar module.
- Add unit tests for function `roundValue` in currentweather module.
### Updated ### Updated
- Changed 'default.js' - listen on all attached interfaces by default. - Changed 'default.js' - listen on all attached interfaces by default.