Add Changelog Unit test for capitalizeFirstLetter newfeed module

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-07-20 00:10:01 -04:00
parent 90d70beea2
commit 4fee4d1903

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Add `clientonly` script to start only the electron client for a remote server. - Add `clientonly` script to start only the electron client for a remote server.
- Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module. - Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module.
- Add unit test the capitalizeFirstLetter function of newfeed module
### Updated ### Updated
- Changed 'default.js' - listen on all attached interfaces by default - Changed 'default.js' - listen on all attached interfaces by default