From 3d6f1ee7a89e919dff10de7fb515ef149863c0f6 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 14 Jul 2023 15:05:14 +0200 Subject: [PATCH] Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 716796c..f7e281c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,10 +2,14 @@ ## 2.38 +More vulnerability fixes (contributed by yonle). + Added support for ActivityPub `Group` and `Page` objects. This allows subscribing to Lemmy channels and interacting with them. Confirmation messages to follow requests are sent as soon as possible (i.e. bypassing the usual output queue). +Fixed crash when accessing some static or history objects. + ## 2.37 Fixed several XSS vulnerabilities (contributed by yonle).