From 2de543f5f9423d23f792f6a8fe19c31f24dd34ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Sun, 20 Aug 2017 22:49:23 -0300 Subject: [PATCH] Add Changelog entry for new e2e test for helloworld module --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a68b174..5637f7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add unit tests for function `roundValue` in currentweather module. - Add test e2e showWeek feature in spanish language. - Add warning Log when is used old authentication method in the calendar module. +- Add test e2e for helloworld module with default config text ### Updated - Changed 'default.js' - listen on all attached interfaces by default.