Update Changelog.razor

This commit is contained in:
Marcel Baumgartner
2023-04-21 00:40:37 +02:00
parent b266d2efe8
commit 2a0475bd17

View File

@@ -3,6 +3,13 @@
@{ @{
List<string[]> changelog = new List<string[]> List<string[]> changelog = new List<string[]>
{ {
new[]
{
"Patch 5, 21.04.2023",
"Webspace count fixes",
"Rewrite of the support chat backend code",
"Added discord notifications"
},
new[] new[]
{ {
"Patch 4, 19.04.2023", "Patch 4, 19.04.2023",