summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-05-29 13:31:21 +0200
committerGravatar grunfink2025-05-29 13:31:21 +0200
commitf77ee3df67e07a286319f64952b926cb427cd2ae (patch)
tree2f0536cd050183c4246d98364fd53a67168bb268
parentmastoapi: fixed uploaded images name collision. (diff)
downloadsnac2-f77ee3df67e07a286319f64952b926cb427cd2ae.tar.gz
snac2-f77ee3df67e07a286319f64952b926cb427cd2ae.tar.xz
snac2-f77ee3df67e07a286319f64952b926cb427cd2ae.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2d53aca..2e1b37e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,11 +8,13 @@ The number of pending follow confirmations is shown next to the "people" link.
8 8
9Faster performance metrics (contributed by dandelions). 9Faster performance metrics (contributed by dandelions).
10 10
11Improved lowercasing in tags (contributed by postscriptum). 11Improved lowercasing in hashtags (contributed by postscriptum).
12 12
13A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed). 13A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed).
14 14
15Mastodon API: added follow confirmation endpoints. 15Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names.
16
17Fixed potential crashes in attachment uploads.
16 18
17## 2.77 "Ugly Links Everywhere" 19## 2.77 "Ugly Links Everywhere"
18 20