From 688ec8e84721b2e6cf832725c17ab0a91f53d24f Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 27 Dec 2022 14:26:32 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec5bcfdb..2fb99353c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ You should also include the user name that made the change. - Client: add heatmap of daily active users to about page @syuilo - Client: introduce fluent emoji @syuilo - Client: improve overall performance of client @syuilo +- Client: ui tweaks @syuilo ### Bugfixes - Server: 引用内の文章がnyaizeされてしまう問題を修正 @kabo2468