From ed8a12f96f89c9ce711d06fd55f85c464374ee33 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 2 Feb 2021 16:01:08 -0500 Subject: [PATCH] Some updates to 0.9.4 release. --- RELEASES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 7a2282fde..217ff9756 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -7,10 +7,10 @@ - Fixed a critical bug with votes and comment unlike responses not being `0` for your user. - Fixed a critical bug with comment creation not checking if its parent comment is in the post. - Serving proper activities for community outbox. -- Added some active user counts, including `users_active_day`, `users_active_week`, `users_active_month`, `users_active_half_year` to `SiteAggregates` and `CommunityAggregates`. +- Added some active user counts, including `users_active_day`, `users_active_week`, `users_active_month`, `users_active_half_year` to `SiteAggregates` and `CommunityAggregates`. (Also added to lemmy-ui) - Made sure banned users can't follow. -- Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances. -- Added a `MostComments` sort for posts. +- Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances. (Also added to lemmy-ui) +- Added a `MostComments` sort for posts. (Also added to lemmy-ui) ### Lemmy-UI