summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8d35faa..2560d5d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,10 +2,16 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Implemented more scopes (public, unlisted, followers-only and direct message) (contributed by byte). 5Implemented more scopes to match other ActivityPub implementations (public, unlisted, followers-only and direct message) (contributed by byte).
6 6
7New icons showing instance and actor failures. 7New icons showing instance and actor failures.
8 8
9Mastodon API: fixed post deletion.
10
11Fixed outbox collections (contributed by byte).
12
13Updated translations (contributed by pmjv and daltux).
14
9## 2.83 15## 2.83
10 16
11After receiving a follow confirmation, a bunch of posts from that account are requested and inserted into the timeline as context. 17After receiving a follow confirmation, a bunch of posts from that account are requested and inserted into the timeline as context.