docs: fix merge error in api-change.md
This commit is contained in:
parent
9bb357dc50
commit
96cd5b8103
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue