From 832fc7cd1ddd81aa9888e1888724ffba067fe440 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 16 May 2024 04:56:26 +0900 Subject: [PATCH] docs: update changelog --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 69d58053f0..238725fbb7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,7 +7,7 @@ Critical security updates are indicated by the :warning: icon. ## Unreleased -- Improve timeline UX +- Improve timeline UX (you can restore the original appearance by settings) - Remove `$[center]` MFM function - This function was suddenly added last year (https://firefish.dev/firefish/firefish/-/commit/1a971efa689323d54eebb4d3646e102fb4d1d95a), but according to the [MFM spec](https://github.com/misskey-dev/mfm.js/blob/develop/docs/syntax.md#fn), `$[something]` must be an inline element (while `center` is a block element), so such a syntax is not expected by MFM renderers. Please use `
` instead. - Fix bugs