mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
################################
|
|
# Example Changelog File
|
|
#
|
|
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
|
#
|
|
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
|
# When it is, any changes listed below will disappear.
|
|
#
|
|
# Valid Prefixes:
|
|
# bugfix
|
|
# wip (For works in progress)
|
|
# tweak
|
|
# soundadd
|
|
# sounddel
|
|
# rscdel (general adding of nice things)
|
|
# rscadd (general deleting of nice things)
|
|
# imageadd
|
|
# imagedel
|
|
# spellcheck (typo fixes)
|
|
# experiment
|
|
# tgs (TG-ported fixes?)
|
|
#################################
|
|
|
|
# Your name.
|
|
author: Unid
|
|
|
|
# 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.
|
|
changes:
|
|
- rscdel: Shuttles no longer throw stuff when moving
|
|
- rscadd: Added a Create Shuttle Docking Port button for admins
|
|
- bugfix: Fixed some shuttle-related bugs (one which happened when a shuttle failed to move, another one which happened when docking ports were deleted)
|