From f430daf0a06113eb51ef027cbd5898bcb6a8bace Mon Sep 17 00:00:00 2001 From: Changelogs Date: Thu, 5 Mar 2026 05:15:00 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/archive/2026-03.yml | 4 ++++ html/changelogs/johnwildkins-fixvotes.yml | 14 -------------- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 html/changelogs/johnwildkins-fixvotes.yml diff --git a/html/changelogs/archive/2026-03.yml b/html/changelogs/archive/2026-03.yml index abf88568e1f..c9b50d1ee97 100644 --- a/html/changelogs/archive/2026-03.yml +++ b/html/changelogs/archive/2026-03.yml @@ -64,6 +64,10 @@ and reversing. JohnWildkins: - rscadd: Added a debug command for devs/admins to list timer sources. + - bugfix: Fixed an issue where Extended wouldn't be selected if no votes for gamemode + were cast. + - code_imp: PRs can now correctly ignore CI runs or just unit tests with [CI Ignore] + and [UT Ignore] respectively. Timby: - imageadd: Changes the camera sprites to not be so r4407. Resultantly changes the ever-popular camera gun's sprite. diff --git a/html/changelogs/johnwildkins-fixvotes.yml b/html/changelogs/johnwildkins-fixvotes.yml deleted file mode 100644 index b996989a7ea..00000000000 --- a/html/changelogs/johnwildkins-fixvotes.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Your name. -author: JohnWildkins - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - bugfix: "Fixed an issue where Extended wouldn't be selected if no votes for gamemode were cast." - - code_imp: "PRs can now correctly ignore CI runs or just unit tests with [CI Ignore] and [UT Ignore] respectively."