From 3fc5ba3e60d1a0f0bba53e99efe3a40ee054ef00 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Wed, 7 Dec 2022 11:59:59 +0100 Subject: [PATCH] docs: reorder current entry --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbf7cc..2403064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [current] -### Removed - -- Stulbe support has been nuked across the board, see on Added for more notes -- Badger has been removed as a possible database, see v3 release notes on migration procedures. - ### Added - Added support for EventSub Websocket subscriptions on Twitch, making Twitch integration fully in-app without having to rely on third party servers. Check the "Events" tab in Twitch configuration for setting it up. The new keys for redeems are `twitch/ev/eventsub-event` and `twitch/eventsub-history`. History has been reduced to 50 to alleviate memory concerns. @@ -39,6 +34,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed strimertul crashing at start if the database folder didn't exist and a database driver was not manually specified - Fixed strimertul crashing after a minute of being open if Twitch was not configured. +### Removed + +- Stulbe support has been removed across the board, see on Added for more notes +- Badger has been removed as a possible database, see v3 release notes on migration procedures. + ## [2.1.1] - 2022-03-24 ### Added