diff --git a/html/changelog.html b/html/changelog.html
index da4e463abca..28898259a1f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,40 @@
-->
+
29 September 2019
+
AzuleUtama updated:
+
+ - The camera bug now lists all cameras in alphabetical order.
+
+
Couls updated:
+
+ - species without bones no longer have ribs or a skull either
+ - slime heart and fleshy masses no longer go invisible after being removed through surgery or being eaten or necrotizing
+
+
Evankhell561 updated:
+
+ - replace high power cells with high power cell+
+
+
Fox McCloud updated:
+
+ - can insert keys into vehicles instead of having to hold them in your hand (alt-click while riding a vehicle to remove the key); lava boat still requires holding the key in your hand
+ - Fixes moving diagonally with vehicles making you super fast
+ - Vehicles now factor in the configured human movement delay; this means all vehicles are slower than they previously were
+ - fixes a bug with mobs on vehicles causing incorrect space transitions
+ - ATV sprites updated
+ - Slime speed potions can now apply to vehicles, which makes them faster
+
+
JKnutson101 updated:
+
+ - Allows for robotic hands, feet, and groin to undergo customization surgery.
+
+
PidgeyThePirate updated:
+
+ - Abductor surgery will now remove heart subtypes.
+ - Capitalized abductor surgery names for consistency with the surgery UI.
+ - changelings no longer go bald after reviving.
+
+
27 September 2019
PidgeyThePirate updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fcd46e104d0..23255f6ba8a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11592,3 +11592,28 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
SteelSlayer:
- bugfix: Fixes round-start autotraitors not getting their objectives and uplink
codes
+2019-09-29:
+ AzuleUtama:
+ - tweak: The camera bug now lists all cameras in alphabetical order.
+ Couls:
+ - tweak: species without bones no longer have ribs or a skull either
+ - bugfix: slime heart and fleshy masses no longer go invisible after being removed
+ through surgery or being eaten or necrotizing
+ Evankhell561:
+ - tweak: replace high power cells with high power cell+
+ Fox McCloud:
+ - rscadd: can insert keys into vehicles instead of having to hold them in your hand
+ (alt-click while riding a vehicle to remove the key); lava boat still requires
+ holding the key in your hand
+ - bugfix: Fixes moving diagonally with vehicles making you super fast
+ - tweak: Vehicles now factor in the configured human movement delay; this means
+ all vehicles are slower than they previously were
+ - bugfix: fixes a bug with mobs on vehicles causing incorrect space transitions
+ - tweak: ATV sprites updated
+ - rscadd: Slime speed potions can now apply to vehicles, which makes them faster
+ JKnutson101:
+ - bugfix: Allows for robotic hands, feet, and groin to undergo customization surgery.
+ PidgeyThePirate:
+ - bugfix: Abductor surgery will now remove heart subtypes.
+ - tweak: Capitalized abductor surgery names for consistency with the surgery UI.
+ - bugfix: changelings no longer go bald after reviving.
diff --git a/html/changelogs/AutoChangeLog-pr-12427.yml b/html/changelogs/AutoChangeLog-pr-12427.yml
deleted file mode 100644
index 59cd0099365..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12427.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AzuleUtama"
-delete-after: True
-changes:
- - tweak: "The camera bug now lists all cameras in alphabetical order."
diff --git a/html/changelogs/AutoChangeLog-pr-12429.yml b/html/changelogs/AutoChangeLog-pr-12429.yml
deleted file mode 100644
index f87fc6ca5e2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12429.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "JKnutson101"
-delete-after: True
-changes:
- - bugfix: "Allows for robotic hands, feet, and groin to undergo customization surgery."
diff --git a/html/changelogs/AutoChangeLog-pr-12439.yml b/html/changelogs/AutoChangeLog-pr-12439.yml
deleted file mode 100644
index 26732ce4d58..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12439.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Evankhell561"
-delete-after: True
-changes:
- - tweak: "replace high power cells with high power cell+"
diff --git a/html/changelogs/AutoChangeLog-pr-12441.yml b/html/changelogs/AutoChangeLog-pr-12441.yml
deleted file mode 100644
index ac85ebb6820..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12441.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - rscadd: "can insert keys into vehicles instead of having to hold them in your hand (alt-click while riding a vehicle to remove the key); lava boat still requires holding the key in your hand"
- - bugfix: "Fixes moving diagonally with vehicles making you super fast"
- - tweak: "Vehicles now factor in the configured human movement delay; this means all vehicles are slower than they previously were"
- - bugfix: "fixes a bug with mobs on vehicles causing incorrect space transitions"
- - tweak: "ATV sprites updated"
- - rscadd: "Slime speed potions can now apply to vehicles, which makes them faster"
diff --git a/html/changelogs/AutoChangeLog-pr-12443.yml b/html/changelogs/AutoChangeLog-pr-12443.yml
deleted file mode 100644
index 5a4e2835985..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12443.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Couls"
-delete-after: True
-changes:
- - tweak: "species without bones no longer have ribs or a skull either"
diff --git a/html/changelogs/AutoChangeLog-pr-12444.yml b/html/changelogs/AutoChangeLog-pr-12444.yml
deleted file mode 100644
index 16db632878a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12444.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Couls"
-delete-after: True
-changes:
- - bugfix: "slime heart and fleshy masses no longer go invisible after being removed through surgery or being eaten or necrotizing"
diff --git a/html/changelogs/AutoChangeLog-pr-12445.yml b/html/changelogs/AutoChangeLog-pr-12445.yml
deleted file mode 100644
index ff1a6cf32cf..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12445.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "PidgeyThePirate"
-delete-after: True
-changes:
- - bugfix: "Abductor surgery will now remove heart subtypes."
- - tweak: "Capitalized abductor surgery names for consistency with the surgery UI."
diff --git a/html/changelogs/AutoChangeLog-pr-12448.yml b/html/changelogs/AutoChangeLog-pr-12448.yml
deleted file mode 100644
index 7b391255bc8..00000000000
--- a/html/changelogs/AutoChangeLog-pr-12448.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "PidgeyThePirate"
-delete-after: True
-changes:
- - bugfix: "changelings no longer go bald after reviving."