diff --git a/html/changelog.html b/html/changelog.html
index ec884ce069..280b45a1bb 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,27 @@
-->
+
12 January 2018
+
Atermonera updated:
+
+ - Communicators now have a weather app.
+ - Mobs in VR can switch between translucent and opaque forms.
+
+
Leshana updated:
+
+ - Examining construction frames shows which circuit board (if any) is installed.
+ - Convert the machinery controller to a StonedMC subsystem
+
+
MrStonedOne updated:
+
+ - Added admin verb 'Display del() Log' displaying garabage collector statistics.
+
+
PrismaticGynoid updated:
+
+ - Adds the ability to 'crawl' to an adjacent turf by click-dragging yourself to it, after a delay. This can be used to move while unable to stand. You can also do this with other movable objects, if you really wanted to.
+ - Conscious mobs lying on the ground can now buckle themselves to chairs/beds. This includes people missing legs.
+
+
29 November 2017
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bc47288e62..0a0d110eb7 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3730,3 +3730,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
in general.
PrismaticGynoid:
- tweak: Adjusts the amount of camera locations the AI can store from 10 to 30.
+2018-01-12:
+ Atermonera:
+ - rscadd: Communicators now have a weather app.
+ - rscadd: Mobs in VR can switch between translucent and opaque forms.
+ Leshana:
+ - tweak: Examining construction frames shows which circuit board (if any) is installed.
+ - tweak: Convert the machinery controller to a StonedMC subsystem
+ MrStonedOne:
+ - rscadd: Added admin verb 'Display del() Log' displaying garabage collector statistics.
+ PrismaticGynoid:
+ - rscadd: Adds the ability to 'crawl' to an adjacent turf by click-dragging yourself
+ to it, after a delay. This can be used to move while unable to stand. You can
+ also do this with other movable objects, if you really wanted to.
+ - tweak: Conscious mobs lying on the ground can now buckle themselves to chairs/beds.
+ This includes people missing legs.
diff --git a/html/changelogs/Atermonera - VR-Avatars.yml b/html/changelogs/Atermonera - VR-Avatars.yml
deleted file mode 100644
index f586902287..0000000000
--- a/html/changelogs/Atermonera - VR-Avatars.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Atermonera
-
-delete-after: True
-
- - rscadd: "Mobs in VR can switch between translucent and opaque forms."
diff --git a/html/changelogs/Atermonera - Weatherapp.yml b/html/changelogs/Atermonera - Weatherapp.yml
deleted file mode 100644
index 2a513366f1..0000000000
--- a/html/changelogs/Atermonera - Weatherapp.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Atermonera
-
-delete-after: True
-
- - rscadd: "Communicators now have a weather app."
diff --git a/html/changelogs/Leshana-frames.yml b/html/changelogs/Leshana-frames.yml
deleted file mode 100644
index d9429bb147..0000000000
--- a/html/changelogs/Leshana-frames.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Leshana
-delete-after: True
-changes:
- - tweak: "Examining construction frames shows which circuit board (if any) is installed."
diff --git a/html/changelogs/Leshana-ss-machines.yml b/html/changelogs/Leshana-ss-machines.yml
deleted file mode 100644
index 28faf35197..0000000000
--- a/html/changelogs/Leshana-ss-machines.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Leshana
-delete-after: True
-changes:
- - tweak: "Convert the machinery controller to a StonedMC subsystem"
diff --git a/html/changelogs/Leshana-tgport.yml b/html/changelogs/Leshana-tgport.yml
deleted file mode 100644
index eeceacc2e7..0000000000
--- a/html/changelogs/Leshana-tgport.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: MrStonedOne
-delete-after: True
-changes:
- - rscadd: "Added admin verb 'Display del() Log' displaying garabage collector statistics."
diff --git a/html/changelogs/PrismaticGynoid-crawl.yml b/html/changelogs/PrismaticGynoid-crawl.yml
deleted file mode 100644
index 65b970b4f6..0000000000
--- a/html/changelogs/PrismaticGynoid-crawl.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: PrismaticGynoid
-delete-after: True
-changes:
- - rscadd: "Adds the ability to 'crawl' to an adjacent turf by click-dragging yourself to it, after a delay. This can be used to move while unable to stand. You can also do this with other movable objects, if you really wanted to."
- - tweak: "Conscious mobs lying on the ground can now buckle themselves to chairs/beds. This includes people missing legs."