diff --git a/changelog/3803.md b/changelog/3803.md index 3415735193..f38682aef7 100644 --- a/changelog/3803.md +++ b/changelog/3803.md @@ -1,4 +1,4 @@ -# Game Version 3803 +# Game Version 3803 (17th of March, 2023) Various small fixes for bugs that were reported by players. @@ -8,7 +8,7 @@ Jip ## Bug Fixes -- (#xyzw) Fix an edge case where the game would pause when a player is defeated +- (#xyzw) Fix an edge case where the game would pause when a player is defeated. ## Contributors diff --git a/lua/ui/lobby/changelogData.lua b/lua/ui/lobby/changelogData.lua index a0361d124d..55ca886043 100644 --- a/lua/ui/lobby/changelogData.lua +++ b/lua/ui/lobby/changelogData.lua @@ -3,6 +3,20 @@ last_version = 3802 ---@type PatchNotes[] gamePatches = { + { + version = 3803, + name = "Hotfix", + hasPrettyGithubRelease = true, + description = { + "# Game Version 3803 (17th of March, 2023)", + "", + "Various small fixes for bugs that were reported by players.", + "", + "With gratitude to all those who took the time to report issues,", + "", + "Jip", + } + }, { version = 3802, name = "Hotfix",