diff options
| author | 2023-07-14 15:05:14 +0200 | |
|---|---|---|
| committer | 2023-07-14 15:05:14 +0200 | |
| commit | 3d6f1ee7a89e919dff10de7fb515ef149863c0f6 (patch) | |
| tree | 74fb9203dc51369a2f0205f09e551c6bf31602ee | |
| parent | Fixed crash on empty static and history objects. (diff) | |
| download | penes-snac2-3d6f1ee7a89e919dff10de7fb515ef149863c0f6.tar.gz penes-snac2-3d6f1ee7a89e919dff10de7fb515ef149863c0f6.tar.xz penes-snac2-3d6f1ee7a89e919dff10de7fb515ef149863c0f6.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 | 2 | ||
| 3 | ## 2.38 | 3 | ## 2.38 |
| 4 | 4 | ||
| 5 | More vulnerability fixes (contributed by yonle). | ||
| 6 | |||
| 5 | Added support for ActivityPub `Group` and `Page` objects. This allows subscribing to Lemmy channels and interacting with them. | 7 | Added support for ActivityPub `Group` and `Page` objects. This allows subscribing to Lemmy channels and interacting with them. |
| 6 | 8 | ||
| 7 | Confirmation messages to follow requests are sent as soon as possible (i.e. bypassing the usual output queue). | 9 | Confirmation messages to follow requests are sent as soon as possible (i.e. bypassing the usual output queue). |
| 8 | 10 | ||
| 11 | Fixed crash when accessing some static or history objects. | ||
| 12 | |||
| 9 | ## 2.37 | 13 | ## 2.37 |
| 10 | 14 | ||
| 11 | Fixed several XSS vulnerabilities (contributed by yonle). | 15 | Fixed several XSS vulnerabilities (contributed by yonle). |