From a19a3541b6bc919669afbb29fb1bee353104a24e Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Thu, 6 Jun 2024 09:42:35 +0900
Subject: [PATCH] docs: fix mistake in merge conflict resolution

---
 docs/api-change.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/api-change.md b/docs/api-change.md
index d57e0bb602..9013c0dd1a 100644
--- a/docs/api-change.md
+++ b/docs/api-change.md
@@ -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 Iceshrimp’s. **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)