summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-07-31 06:26:52 +0200
committerGravatar default2024-07-31 06:26:52 +0200
commit053e9de637c420d8303a88534f330f20080604c2 (patch)
treee3b55f393a51733a3b57b80f0c907718cf5572cb
parentNotify objects include the original message. (diff)
downloadsnac2-053e9de637c420d8303a88534f330f20080604c2.tar.gz
snac2-053e9de637c420d8303a88534f330f20080604c2.tar.xz
snac2-053e9de637c420d8303a88534f330f20080604c2.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index bfa43ac..05dc014 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,6 +6,10 @@ Don't allow empty polls.
6 6
7Added support for Markdown-style images (converted to attachments) and strikethrough text. 7Added support for Markdown-style images (converted to attachments) and strikethrough text.
8 8
9Added support for incoming `Move` messages: when received, the new account is followed and the old one is unfollowed.
10
11Incoming `EmojiReact` messages are internally converted to `Like` (more proper support will happen eventually).
12
9Blocks are also notified. 13Blocks are also notified.
10 14
11Mastodon API: fixed a cache bug when following local users. 15Mastodon API: fixed a cache bug when following local users.