docs: fix merge error in api-change.md

This commit is contained in:
naskya 2024-07-13 20:53:09 +09:00
parent 9bb357dc50
commit 96cd5b8103
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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 Iceshrimps.
- :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.