From ea8c39acffa350764d415861be9db7368d92d0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bugsounet=20-=20C=C3=A9dric?= Date: Sat, 9 Sep 2023 10:25:40 +0200 Subject: [PATCH] Mismake on Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd6cf86d2..02b9e783b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ _This release is scheduled to be released on 2023-10-01._ - Added UV Index support to OpenWeatherMap - Added 'hideDuplicates' flag to the calendar module - Added `allowOverrideNotification` to weather module to enable sending current weather objects with the `CURRENT_WEATHER_OVERRIDE` notification to supplement/replace the current weather displayed +- Added optional AnimateCSS animate for `hide()`, `show()`, `updateDom()` +- Added AnimateIn and animateOut in module config definition +- Apply AnimateIn rules on the first start ### Removed @@ -51,9 +54,6 @@ Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not al - updatenotification: Added `sendUpdatesNotifications` feature. Broadcast update with `UPDATES` notification to other modules - updatenotification: allow force scanning with `SCAN_UPDATES` notification from other modules - Added per-calendar fetchInterval -- Added optional AnimateCSS animate for `hide()`, `show()`, `updateDom()` -- Added AnimateIn and animateOut in module config definition -- Apply AnimateIn rules on the first start ### Removed