diff --git a/html/changelog.html b/html/changelog.html
index 7376de0a506..44ce8dbeaab 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,18 @@
-->
+
01 February 2017
+
Cyberboss updated:
+
+ - AI integrity restorer computer now respects power usage
+ - Progress bars will now stack vertically instead of on top of each other
+ - Progress bars will no longer be affected by lighting
+
+
Xhuis updated:
+
+ - You can now fold up bluespace body bags with creatures or objects inside. You can't fold them up if too many things are inside, but anything you fold up in can be carried around in the object and redeployed at any time.
+
+
31 January 2017
Cyberboss updated:
@@ -1238,40 +1250,6 @@
- Hostile mobs will now find a new target if they failed to attack their current one for 30 seconds, this reduces cheese by simply making the mob find something else to do/someone to kill
- Hostile mobs with search_objects will now regain that value after a certain amount of time (per-mob, base 3 seconds), this is because being attacked causes mobs with this var to turn it off, so they can run away, however it was literally never turned on which caused swarmers to get depression and never do anything.
-
-
30 November 2016
-
ANGRY CODER updated:
-
- - NT news reports the clandestine criminal organization known as the syndicate may have upgraded one of their illegally stolen cyborg modules with additional healing technology.
-
-
Cobby [Idea stolen from Shaps] updated:
-
- - For objects that you could previously rename with a pen, you can now edit their description as well.
-
-
Cyberboss updated:
-
- - Due to budget cuts. Firelocks no longer have safety features
- - Roundstart airlock electronics now properly generate the correct accesses
- - tgui windows will now close on round end
-
-
Gun Hog updated:
-
- - Syndicate Medical Cyborg hyposprays now properly work through Operative hardsuits and other thick clothing.
-
-
Joan updated:
-
- - Cogscarabs will once again convert metal, rods, and plasteel directly to alloy.
- - Tinkerer's caches now increase in cost every 4 caches, from 5.
- - The Ark of the Clockwork Justicar now converts all silicons once it finishes proselytizing the station.
-
-
Mervill updated:
-
- - AI hologram can move seamlessly between holopads
-
-
Thunder12345 updated:
-
- - Added anti-armour launcher. A single-use rocket launcher capable of penetrating all but the heaviest of armour. Deals massively increased damage to cyborgs and mechs.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 4d0c5b9264d..2a752c2dbf2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9184,3 +9184,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added the ability to choose where your uplink spawns, choose between the
classic PDA, the "woops you don't actually have a PDA" fallback Radio uplink
and the brand new Pen uplink!
+2017-02-01:
+ Cyberboss:
+ - bugfix: AI integrity restorer computer now respects power usage
+ - bugfix: Progress bars will now stack vertically instead of on top of each other
+ - bugfix: Progress bars will no longer be affected by lighting
+ Xhuis:
+ - rscadd: You can now fold up bluespace body bags with creatures or objects inside.
+ You can't fold them up if too many things are inside, but anything you fold
+ up in can be carried around in the object and redeployed at any time.
diff --git a/html/changelogs/AutoChangeLog-pr-23249.yml b/html/changelogs/AutoChangeLog-pr-23249.yml
deleted file mode 100644
index c680ee6feb6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23249.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Xhuis"
-delete-after: True
-changes:
- - rscadd: "You can now fold up bluespace body bags with creatures or objects inside. You can't fold them up if too many things are inside, but anything you fold up in can be carried around in the object and redeployed at any time."
diff --git a/html/changelogs/AutoChangeLog-pr-23284.yml b/html/changelogs/AutoChangeLog-pr-23284.yml
deleted file mode 100644
index 0b338fc4323..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23284.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Cyberboss"
-delete-after: True
-changes:
- - bugfix: "AI integrity restorer computer now respects power usage"
diff --git a/html/changelogs/AutoChangeLog-pr-23516.yml b/html/changelogs/AutoChangeLog-pr-23516.yml
deleted file mode 100644
index 8798089de34..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23516.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Cyberboss"
-delete-after: True
-changes:
- - bugfix: "Progress bars will now stack vertically instead of on top of each other"
- - bugfix: "Progress bars will no longer be affected by lighting"