docs: fix mistake in merge conflict resolution

This commit is contained in:
naskya 2024-06-06 09:42:35 +09:00
parent d0619a6066
commit a19a3541b6
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -4,14 +4,11 @@ Breaking changes are indicated by the :warning: icon.
## Unreleased
- `GET` request is now allowed for the `latest-version` endpoint.
- The old Mastodon API has been replaced with a new implementation based on Iceshrimps. **Breaking changes:**
- 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.
- 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.
## v20240601
- `GET` request is now allowed for the `latest-version` endpoint.
## v20240523
- Added `scheduledAt` optional parameter to `notes/create` (!10789)