From f207d839c4de24bb73900c721325553efe95a1af Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sun, 19 Feb 2023 16:55:37 +0100 Subject: [PATCH] fix changelog formatting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c4bbb41..85229a4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,8 +86,6 @@ This release contains 6 breaking changes, including changes to the configuration ### Removed: - **BREAKING** server: remove Twitter, Github and Discord integrations -ff31b8b06 server: remove bios and cli -a673647fb server: remove avatarColor and bannerColor properties - **BREAKING** server: remove `api/admin/delete-account`, You should use the API endpoint `admin/accounts/delete` instead. It has the same parameter and the same behaviour. @@ -108,6 +106,8 @@ a673647fb server: remove avatarColor and bannerColor properties - `/api/i/gallery/likes` - `/api/i/gallery/posts` - `/api/users/gallery/posts` +- server: remove bios and cli +- server: remove avatarColor and bannerColor properties - server: remove application level websocket ping This pinging mechanism was unused in `foundkey-js`, and we expect other usage to be low. You can use the pinging mechanism built into the websocket protocol if you wish.