From 87e011ff96d449d89b52f4ff8a01d9ba319ef682 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 7 Jun 2022 00:07:56 +0200 Subject: [PATCH] Add entry for YAML file extention --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06870bc4..85142134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,9 @@ _This release is scheduled to be released on 2022-07-01._ ### Added - Added a new config option `httpHeaders` used by helmet (see https://helmetjs.github.io/). You can now set own httpHeaders which will override the defaults in `js/defauls.js` which is useful e.g. if you want to embed MagicMirror into annother website (solves #2847). -- Show endDate for calendar events when dateHeader is enabled and showEnd is set to true (#2192) +- Show endDate for calendar events when dateHeader is enabled and showEnd is set to true (#2192). - Added the notification emitting from the weather module on infromation updated. +- Use recommended file extention for YAML files (#2864). ### Updated