From 6db0c68503735bb1247def0d48ba655e698445ff Mon Sep 17 00:00:00 2001 From: Johann150 Date: Fri, 19 Aug 2022 09:12:10 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b317df8b0..d715d8196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ For older Misskey versions, see [CHANGELOG-OLD.md](./CHANGELOG-OLD.md). ### Changed - Client: Use consistent date formatting based on language setting - Client: Add threshold to reduce occurances of "future" timestamps +- Pages have been considerably simplified, several of the very complex features have been removed. + Pages are now MFM only. + **For admins:** There is a migration in place to convert page contents to text, but not everything can be migrated. + You might want to check if you have any more complex pages on your instance and ask users to migrate them by hand. + Or generally advise all users to simplify their pages to only text. ### Removed - Okteto config and Helm chart