aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@gnu.org>2025-12-28 20:59:12 +0100
committergrunfink <grunfink@comam.es>2025-12-28 20:59:12 +0100
commitb64bebd412f10e7a29f92220624e8423aaf5d883 (patch)
tree5794577efa5e76b49c528a004ad101897e446f8e /RELEASE_NOTES.md
parent3f8bd3e37235b63b10bf9ab06ebf636b75cd18c6 (diff)
introduce separate people/ pages
When you have lots of followers or followees or pending follows, constructing the entire people page to look up information about a single user can take a while and be quite wasteful when you want to look up a single user. Introduce and prefer people/<md5> over people#<md5>. While at that, fix a memory leak in webfinger search: the empty list was allocated twice.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d28b125..0cb2c86 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,8 @@
## UNRELEASED
+Link contacts to single-user people pages (contributed by lxo).
+
Added emoji reactions (contributed by violette).
Mastodon API: Fix for some client notifications (contributed by violette), fix for a status visibility error (contributed by fruye).