Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2026-03-05 05:15:00 +00:00
parent 4fa927be53
commit f430daf0a0
2 changed files with 4 additions and 14 deletions
+4
View File
@@ -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.
-14
View File
@@ -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."