From 4c8b5abf76e8105fe9fbeb1506bd21be0e76d80f Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 25 Dec 2022 06:54:09 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4c3e1771..f4a6364392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ You should also include the user name that made the change. - Client: HMR is available while yarn dev @tamaina - Client: Implement the button to subscribe push notification @tamaina - Client: Implement the toggle to or not to close push notifications when notifications or messages are read @tamaina +- Client: show Unicode emoji tooltip with its name in MkReactionsViewer.reaction @saschanaz ### Bugfixes - Server: 引用内の文章がnyaizeされてしまう問題を修正 @kabo2468