aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@gnu.org>2026-01-01 16:27:21 +0100
committergrunfink <grunfink@comam.es>2026-01-01 16:27:21 +0100
commit89053095eb70eff4527dfc3052d517eeb07fc816 (patch)
treecdd341292b44ab241999f608e49452de51913404 /RELEASE_NOTES.md
parent20eba6f5192176ad0fc3c468cd4bd8dda62f15e6 (diff)
truncate rss title at utf8 char boundary
Advance a whole utf8 char at a time while looking for where to truncate the title.
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 7e5b722..174b873 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,8 @@
## UNRELEASED
+Truncate RSS titles at UTF-8 character boundaries (contributed by lxo).
+
Link contacts to single-user people pages. Also, user's posts are shown (contributed by lxo).
Added emoji reactions (contributed by violette).