From 96cd5b81037f8a801e0b399c6162286f64ac2dae Mon Sep 17 00:00:00 2001 From: naskya <m@naskya.net> Date: Sat, 13 Jul 2024 20:53:09 +0900 Subject: [PATCH] docs: fix merge error in api-change.md --- docs/api-change.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/api-change.md b/docs/api-change.md index 20f87e9f82..cc9234b397 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -4,7 +4,6 @@ Breaking changes are indicated by the :warning: icon. ## Unreleased -- Added `readCatLanguage` field to the response of `i` and request of `i/update` (optional). - The old Mastodon API has been replaced with a new implementation based on Iceshrimp’s. - :warning: The new API uses a new format to manage Mastodon sessions in the database, whereas old implementation uses Misskey sessions. All previous client app and token registrations will not work with the new API. All clients need to be re-registered and all users need to re-authenticate. - :warning: All IDs (of statuses/notes, notifications, users, etc.) will be using the alphanumerical format, aligning with the Firefish/Misskey API. The old numerical IDs will not work when queried against the new API. @@ -134,6 +133,10 @@ Breaking changes are indicated by the :warning: icon. </details> +## v20240710 + +- Added `readCatLanguage` field to the response of `i` and request of `i/update` (optional). + ## v20240607 - `GET` request is now allowed for the `latest-version` endpoint.