diff options
| author | 2023-11-19 18:35:57 +0100 | |
|---|---|---|
| committer | 2023-11-19 18:35:57 +0100 | |
| commit | 45d90789c4cbc9d81f9508cf89b38965a3c1aab6 (patch) | |
| tree | 3ca4cf7304c112aee451fa9504a0bcecdb631a81 | |
| parent | History can be disabled. (diff) | |
| download | snac2-45d90789c4cbc9d81f9508cf89b38965a3c1aab6.tar.gz snac2-45d90789c4cbc9d81f9508cf89b38965a3c1aab6.tar.xz snac2-45d90789c4cbc9d81f9508cf89b38965a3c1aab6.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4465e1c..a366e2e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -6,6 +6,8 @@ Tags in posts are now indexed and searching by tag is possible. It's still not v | |||
| 6 | 6 | ||
| 7 | Added FastCGI support. This allows for simpler setups (e.g. on #OpenBSD, it's no longer necessary to enable and configure `relayd`, as the native `httpd` daemon includes FastCGI support). | 7 | Added FastCGI support. This allows for simpler setups (e.g. on #OpenBSD, it's no longer necessary to enable and configure `relayd`, as the native `httpd` daemon includes FastCGI support). |
| 8 | 8 | ||
| 9 | History can be disabled by administrators by setting the `disable_history` field to true. | ||
| 10 | |||
| 9 | New command-line option `deluser`, to delete a user (including unfollowing everybody). | 11 | New command-line option `deluser`, to delete a user (including unfollowing everybody). |
| 10 | 12 | ||
| 11 | Fixed a minor memory leak :facepalm: | 13 | Fixed a minor memory leak :facepalm: |