commit ed6a94ee14770289583a9530aee0cced92870da5
parent 3cb1725225567211c85226498bbc038cfe78d4fe
Author: default <nobody@localhost>
Date: Fri, 13 Jan 2023 13:55:30 +0100
Updated RELEASE_NOTES.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
@@ -4,9 +4,11 @@
Added support for #HashTags (they are not internally indexed yet, only propagated to other instances).
+Added support for OpenBSD enhanced security functions `unveil()` and `pledge()` (contributed by alderwick).
+
The purge ttl for stray global objects has been shortened.
-Don't show the collapse widget for non-existent children.
+In the HTML interface, don't show the collapse widget for non-existent children.
Added support for HTTP signature pseudo-headers `(created)` and `(expires)`, that are used by some ActivityPub implementations (e.g. Lemmy).