From: Dessalines <tyhou13@gmx.com>
Date: Fri, 19 Feb 2021 17:41:51 +0000 (-0500)
Subject: Adding 0.9.8 release notes.
X-Git-Url: http://these/git/%7Bthis.getImageSrc%28%29%7D?a=commitdiff_plain;h=b014ac44c8719fdfd3e2fa8502cc7833b95e2bf0;p=lemmy.git

Adding 0.9.8 release notes.
---

diff --git a/RELEASES.md b/RELEASES.md
index 87068881..676bc241 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,23 @@
+# Lemmy v0.9.8 Release (2021-02-19)
+
+## Changes
+
+### Lemmy backend
+- Added an federated activity query sorting order.
+- Explicitly marking posts and comments as public.
+- Added a `NewComment` / forum sort for posts.
+- Fixed an issue with not setting correct published time for fetched posts.
+- Fixed an issue with an open docker port on lemmy-ui.
+- Using lemmy post link for RSS link.
+- Fixed reason and display name lengths to use char counts instead.
+
+### Lemmy-ui
+
+- Updated translations.
+- Made websocket host configurable.
+- Added some accessibility features.
+- Always showing password reset link.
+
 # Lemmy v0.9.7 Release (2021-02-08)
 
 ## Changes