From bdea643b9d307633513a6d7afbd0525be2e719be Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 16 Feb 2024 17:26:52 +0900 Subject: [PATCH] docs: update changelog/api-change --- docs/api-change.md | 1 + docs/changelog.md | 2 ++ 2 files changed, 3 insertions(+) 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