diff options
| author | 2023-01-13 13:55:30 +0100 | |
|---|---|---|
| committer | 2023-01-13 13:55:30 +0100 | |
| commit | ed6a94ee14770289583a9530aee0cced92870da5 (patch) | |
| tree | 02a7d78f1a21b92c0fcb3dc416861107b3f91030 | |
| parent | Added OpenBSD's unveil() and pledge() support. (diff) | |
| download | snac2-ed6a94ee14770289583a9530aee0cced92870da5.tar.gz snac2-ed6a94ee14770289583a9530aee0cced92870da5.tar.xz snac2-ed6a94ee14770289583a9530aee0cced92870da5.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2b44c16..44f8e50 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,9 +4,11 @@ | |||
| 4 | 4 | ||
| 5 | Added support for #HashTags (they are not internally indexed yet, only propagated to other instances). | 5 | Added support for #HashTags (they are not internally indexed yet, only propagated to other instances). |
| 6 | 6 | ||
| 7 | Added support for OpenBSD enhanced security functions `unveil()` and `pledge()` (contributed by alderwick). | ||
| 8 | |||
| 7 | The purge ttl for stray global objects has been shortened. | 9 | The purge ttl for stray global objects has been shortened. |
| 8 | 10 | ||
| 9 | Don't show the collapse widget for non-existent children. | 11 | In the HTML interface, don't show the collapse widget for non-existent children. |
| 10 | 12 | ||
| 11 | Added support for HTTP signature pseudo-headers `(created)` and `(expires)`, that are used by some ActivityPub implementations (e.g. Lemmy). | 13 | Added support for HTTP signature pseudo-headers `(created)` and `(expires)`, that are used by some ActivityPub implementations (e.g. Lemmy). |
| 12 | 14 | ||