From 2a0475bd178e30a4f7db22e3557e0f446d278a69 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Fri, 21 Apr 2023 00:40:37 +0200 Subject: [PATCH] Update Changelog.razor --- Moonlight/Shared/Views/Changelog.razor | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Moonlight/Shared/Views/Changelog.razor b/Moonlight/Shared/Views/Changelog.razor index 30b376bc..76ed9a35 100644 --- a/Moonlight/Shared/Views/Changelog.razor +++ b/Moonlight/Shared/Views/Changelog.razor @@ -3,6 +3,13 @@ @{ List changelog = new List { + new[] + { + "Patch 5, 21.04.2023", + "Webspace count fixes", + "Rewrite of the support chat backend code", + "Added discord notifications" + }, new[] { "Patch 4, 19.04.2023",