diff --git a/html/changelog.html b/html/changelog.html
index 72693ad1161..1d19c855ad3 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,25 @@
-->
+
12 October 2018
+
Alonefromhell updated:
+
+ - META - Cargo shuttle blast doors now reacts to the right button.
+ - META - Cargo shuttle airlocks now bolt properly.
+ - META - Cargo shuttle flaps are now airtight. All hail Cargonia.
+
+
variableundefined updated:
+
+ - Ore now represented by stack that holds up to 50 items. Should reduce lag with ORM greatly.
+ - Satchel can only carry ten items instead of 50 items. You should end up carrying more ore in total however
+ - Fire acting on ore means they would be refined with 50% efficiency.
+ - Stack merges automatically if dropped on the floor, or a new stack is created. This doesn't happens on your body.
+ - They also merge if you drag them over eachother.
+ - Alt-click split a stack
+ - You can throw sand into people's eyes! Pocket sand!
+ - Phazon take 5 bluespace crystal to construct now instead of 1. remove: Transfer prompt when you click on a stack of the same type with a stack
+
+
11 October 2018
Citinited updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 7ec03a59504..4a3974e3afd 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7437,3 +7437,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Triiodine:
- rscdel: SLOT_MASK from necklaces.
- rscadd: thatdanguy23's fluff item
+2018-10-12:
+ Alonefromhell:
+ - bugfix: META - Cargo shuttle blast doors now reacts to the right button.
+ - bugfix: META - Cargo shuttle airlocks now bolt properly.
+ - bugfix: META - Cargo shuttle flaps are now airtight. All hail Cargonia.
+ variableundefined:
+ - tweak: Ore now represented by stack that holds up to 50 items. Should reduce lag
+ with ORM greatly.
+ - tweak: Satchel can only carry ten items instead of 50 items. You should end up
+ carrying more ore in total however
+ - rscadd: Fire acting on ore means they would be refined with 50% efficiency.
+ - rscadd: Stack merges automatically if dropped on the floor, or a new stack is
+ created. This doesn't happens on your body.
+ - rscadd: They also merge if you drag them over eachother.
+ - rscadd: Alt-click split a stack
+ - rscadd: You can throw sand into people's eyes! Pocket sand!
+ - tweak: 'Phazon take 5 bluespace crystal to construct now instead of 1. remove:
+ Transfer prompt when you click on a stack of the same type with a stack'
diff --git a/html/changelogs/AutoChangeLog-pr-9343.yml b/html/changelogs/AutoChangeLog-pr-9343.yml
deleted file mode 100644
index 155bcaf6adb..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9343.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - tweak: "Ore now represented by stack that holds up to 50 items. Should reduce lag with ORM greatly."
- - tweak: "Satchel can only carry ten items instead of 50 items. You should end up carrying more ore in total however"
- - rscadd: "Fire acting on ore means they would be refined with 50% efficiency."
- - rscadd: "Stack merges automatically if dropped on the floor, or a new stack is created. This doesn't happens on your body."
- - rscadd: "They also merge if you drag them over eachother."
- - rscadd: "Alt-click split a stack"
- - rscadd: "You can throw sand into people's eyes! Pocket sand!"
- - tweak: "Phazon take 5 bluespace crystal to construct now instead of 1.
-remove: Transfer prompt when you click on a stack of the same type with a stack"
diff --git a/html/changelogs/AutoChangeLog-pr-9816.yml b/html/changelogs/AutoChangeLog-pr-9816.yml
deleted file mode 100644
index 3bf427ac9ee..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9816.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Alonefromhell"
-delete-after: True
-changes:
- - bugfix: "META - Cargo shuttle blast doors now reacts to the right button."
- - bugfix: "META - Cargo shuttle airlocks now bolt properly."
- - bugfix: "META - Cargo shuttle flaps are now airtight. All hail Cargonia."