From a9f69f07e68ea1b0e90bdbf4311e514c9286c06b Mon Sep 17 00:00:00 2001 From: rejas Date: Tue, 31 Aug 2021 23:43:33 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06693572..d2c00f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,10 @@ _This release is scheduled to be released on 2021-10-01._ - Refactor test configs, use default test config for all tests. - Updated github templates. - Actually test all js and css files when lint script is run. -- Update jsdocs and print warnings during testing too +- Update jsdocs and print warnings during testing too. - Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available. -- Refactored clock layout +- Refactored clock layout. +- Refactored methods from weatherproviders into weatherobject (isDaytime, updateSunTime). ### Fixed