summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-05-09 08:43:58 +0200
committerGravatar grunfink2025-05-09 08:43:58 +0200
commit7d2d97a037f8cc4132a808497620ba700b058bac (patch)
tree194f5dd435629f73ef7fd997b6dde8c347cec6af
parentAdded header "access-control-expose-headers" with the "Link" value. (diff)
downloadsnac2-7d2d97a037f8cc4132a808497620ba700b058bac.tar.gz
snac2-7d2d97a037f8cc4132a808497620ba700b058bac.tar.xz
snac2-7d2d97a037f8cc4132a808497620ba700b058bac.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9daf182..d6fe294 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,7 +8,7 @@ Added new command-line options for list maintenance.
8 8
9Display custom emoji in more places (contributed by dandelions). 9Display custom emoji in more places (contributed by dandelions).
10 10
11Mastodon API: added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions). 11Mastodon API: fixed infinite scroll in most clients (thanks to cheeaun for giving me the clue), added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions).
12 12
13Email notifications can now be sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. To use this new feature, some additional server configuration is needed, see `snac(8)` (contributed by shtrophic). 13Email notifications can now be sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. To use this new feature, some additional server configuration is needed, see `snac(8)` (contributed by shtrophic).
14 14