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.