diff --git a/docs/api-change.md b/docs/api-change.md index 54151d650d..054b28c98e 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -23,6 +23,7 @@ Breaking changes are indicated by the :warning: icon. - `i/update` - These parameter(s) are removed from the request field: - `autoSensitive` +- `/api/emojis` endpoint has been added. ## v20240212 diff --git a/docs/changelog.md b/docs/changelog.md index c87801d530..10cfe98b8d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,8 @@ - add ability to show a huge post button on the posting form - joke feature, inspired by https://mstdn.poyo.me/@prime/110668364208741253 - bug fix +- add `/api/emojis` endpoint (compatible with Misskey v13) for better experiences with Misskey clients + - This does not mean we will continue to maintain API compatibility with Misskey. Instead, we plan to improve the compatibility with the Mastodon API. # v20240216