summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-10-18 21:08:30 +0200
committerGravatar default2023-10-18 21:08:30 +0200
commit31479ea42959c696b54c8f3239d6b3de9dde53bf (patch)
tree992bf355b0e61b92bf1e640d01e328804a17eb0e
parentBumped version. (diff)
downloadsnac2-31479ea42959c696b54c8f3239d6b3de9dde53bf.tar.gz
snac2-31479ea42959c696b54c8f3239d6b3de9dde53bf.tar.xz
snac2-31479ea42959c696b54c8f3239d6b3de9dde53bf.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cb27df1..44a931b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1# Release Notes 1# Release Notes
2 2
3## 2.43
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).
6
3## 2.42 7## 2.42
4 8
5It's now possible to add profile metadata. 9It's now possible to add profile metadata.