Skip to content

Commit

Permalink
Mistake on Changelog (#3186)
Browse files Browse the repository at this point in the history
Move AnimateCSS changeLog from  v2.24 to  v2.25
  • Loading branch information
bugsounet authored Sep 9, 2023
1 parent 79e99e1 commit ffdf321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ffdf321

Please sign in to comment.