fix changelog formatting
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Johann150 2023-02-19 16:55:37 +01:00
parent f103c86d0a
commit f207d839c4
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -86,8 +86,6 @@ This release contains 6 breaking changes, including changes to the configuration
### Removed: ### Removed:
- **BREAKING** server: remove Twitter, Github and Discord integrations - **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`, - **BREAKING** server: remove `api/admin/delete-account`,
You should use the API endpoint `admin/accounts/delete` instead. You should use the API endpoint `admin/accounts/delete` instead.
It has the same parameter and the same behaviour. 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/likes`
- `/api/i/gallery/posts` - `/api/i/gallery/posts`
- `/api/users/gallery/posts` - `/api/users/gallery/posts`
- server: remove bios and cli
- server: remove avatarColor and bannerColor properties
- server: remove application level websocket ping - server: remove application level websocket ping
This pinging mechanism was unused in `foundkey-js`, and we expect other usage to be low. 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. You can use the pinging mechanism built into the websocket protocol if you wish.