docs: use heading syntax

This commit is contained in:
naskya 2024-06-30 00:15:40 +09:00
parent aa02c60ef3
commit 140eaf8f16
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -10,7 +10,7 @@ Critical security updates are indicated by the :warning: icon.
- Ported Mastodon API support from Iceshrimp, with added Firefish extensions including push notifications, post languages, schedule post support, and more.
- The old Mastodon API has been replaced with a new implementation based on Iceshrimps.
**Breaking changes:**
### Breaking changes
- The new Mastodon 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.