diff options
| author | 2024-04-03 09:02:18 +0200 | |
|---|---|---|
| committer | 2024-04-03 09:02:18 +0200 | |
| commit | 27816a974b420c9c7d9ddcd0aed35e11a4b698ee (patch) | |
| tree | 3a9952a9f49ff94560ca91fca4e5429ac0d46faa | |
| parent | Added some error logging regarding the emojis.json file. (diff) | |
| download | snac2-27816a974b420c9c7d9ddcd0aed35e11a4b698ee.tar.gz snac2-27816a974b420c9c7d9ddcd0aed35e11a4b698ee.tar.xz snac2-27816a974b420c9c7d9ddcd0aed35e11a4b698ee.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cd8a93a..f6d462c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -6,7 +6,7 @@ Support for custom Emojis has been added; they are no longer hardcoded, but read | |||
| 6 | 6 | ||
| 7 | Fixed a bug that caused some notifications to be lost when coming from a user in the same instance. | 7 | Fixed a bug that caused some notifications to be lost when coming from a user in the same instance. |
| 8 | 8 | ||
| 9 | Added an additional check for blocked instances. | 9 | Added an additional check for blocked instances (sometimes, posts from blocked sites that were ancestors of legit posts were 'leaking' into the timeline). |
| 10 | 10 | ||
| 11 | On OpenBSD, if the `disable_email_notifications` server flag is set to `true`, `unveil()` is not called for the execution of the `/usr/sbin/sendmail` binary and `pledge()` doesn't set the `exec` promise. | 11 | On OpenBSD, if the `disable_email_notifications` server flag is set to `true`, `unveil()` is not called for the execution of the `/usr/sbin/sendmail` binary and `pledge()` doesn't set the `exec` promise. |
| 12 | 12 | ||