summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-10-22 09:24:46 +0200
committerGravatar default2023-10-22 09:24:46 +0200
commit7a71046b61eba0a1af7f53ed1ab5d1895458bee6 (patch)
treed299129742ac89ac19d639891e3fa4a27cfd7848
parentAlso delete the user directory in deluser(). (diff)
downloadsnac2-7a71046b61eba0a1af7f53ed1ab5d1895458bee6.tar.gz
snac2-7a71046b61eba0a1af7f53ed1ab5d1895458bee6.tar.xz
snac2-7a71046b61eba0a1af7f53ed1ab5d1895458bee6.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 44a931b..29798e2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,8 @@
4 4
5Added 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). 5Added 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).
6 6
7New command-line option `deluser`, to delete a user (including unfollowing everybody).
8
7## 2.42 9## 2.42
8 10
9It's now possible to add profile metadata. 11It's now possible to add profile metadata.