From 13313d0b2556f8ca95eede7e841b7308acabab4f Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 1 Jul 2019 20:27:37 +0200 Subject: [PATCH] Fix changelog. --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7497c2ce..f9b24985 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -### Updated updatenotification default module -- properly handle race conditions, stop crash -- display for a short time, not forever - --- ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. @@ -18,8 +14,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added ### Updated +- Updatenotification module: Display update notification for a limited (configurable) time. ### Fixed +- Updatenotification module: Properly handle race conditions, prevent crash. ## [2.8.0] - 2019-07-01