summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5e08ab1..a5c0ebe 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,7 +6,7 @@ Added new command-line options for list maintenance.
6 6
7Mastodon API: added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions). 7Mastodon API: added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions).
8 8
9Email notifications are now sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. Some additional server configuration may be needed, see `snac(8)` (contributed by shtrophic). 9Email notifications are now sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. Some additional server configuration may be needed, see `snac(8)`. Previous behaviour can be enabled back by setting the `spawn_sendmail` server configuration directive to `true` (contributed by shtrophic).
10 10
11## 2.75 "Time Is On My Side" 11## 2.75 "Time Is On My Side"
12 12