Merge pull request #5484 from VOREStation/upstream-merge-6313

[MIRROR] itty bitty changelog
This commit is contained in:
Novacat
2019-07-20 13:51:33 -04:00
committed by GitHub
4 changed files with 20 additions and 74 deletions
+12
View File
@@ -53,6 +53,18 @@
-->
<div class="commit sansserif">
<h2 class="date">19 July 2019</h2>
<h3 class="author">Nalarac updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Add xenobio/xenobot to farmbots.</li>
</ul>
<h3 class="author">Woodrat updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added a clotting kit to the Raider Shuttle.</li>
<li class="tweak">Swapped out the ai turrets for industrial turrets in the teleporter rooms.</li>
<li class="tweak">Adjusted access to the turret controls to heads of staff access, moved them outside of the rooms.</li>
</ul>
<h2 class="date">07 July 2019</h2>
<h3 class="author">Heroman3003 updated:</h3>
<ul class="changes bgimages16">
+8
View File
@@ -4614,3 +4614,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
on an invalid Z-level.
- bugfix: Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit
Z is unaffected by this- no spying on other shuttles!
2019-07-19:
Nalarac:
- tweak: Add xenobio/xenobot to farmbots.
Woodrat:
- rscadd: Added a clotting kit to the Raider Shuttle.
- tweak: Swapped out the ai turrets for industrial turrets in the teleporter rooms.
- tweak: Adjusted access to the turret controls to heads of staff access, moved
them outside of the rooms.
@@ -1,36 +0,0 @@
################################
# 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
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: TheFurryFeline
# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Add access_xenobiology to farmbots."
-38
View File
@@ -1,38 +0,0 @@
################################
# 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
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Woodrat
# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added a clotting kit to the Raider Shuttle."
- tweak: "swapped out the ai turrets for industrial turrets in the teleporter rooms."
- tweak: "Adjusted access to the turret controls to heads of staff access, moved them outside of the rooms."