summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2022-12-25 06:54:09 +0000
committertamaina <tamaina@hotmail.co.jp>2022-12-25 06:54:09 +0000
commit4c8b5abf76e8105fe9fbeb1506bd21be0e76d80f (patch)
tree12b3054c285d6858eccbd0d2977805bf243432b6
parentUpdate CHANGELOG.md (diff)
downloadmisskey-4c8b5abf76e8105fe9fbeb1506bd21be0e76d80f.tar.gz
misskey-4c8b5abf76e8105fe9fbeb1506bd21be0e76d80f.tar.bz2
misskey-4c8b5abf76e8105fe9fbeb1506bd21be0e76d80f.zip
update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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