diff --git a/html/changelog.html b/html/changelog.html
index e5b5c98aa1..ccfb04740f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,22 @@
-->
+
16 July 2020
+
DeltaFire15 updated:
+
+ - Fixes a zeolite runtime caused by a missing check.
+
+
Sneakyrat6 updated:
+
+ - Fixes being able to meta people real name with OOC Notes
+
+
timothyteakettle updated:
+
+ - travelling traders from another dimension can now visit the station in search of something specific, and reward you for giving it to them
+ - small error with pet carrier logic fixed and also making sure simple mobs are catered for properly inside bluespace jars
+ - fixes coin related issue
+
+
15 July 2020
Sonic121x updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index dd0a479114..662e458972 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -26361,3 +26361,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-07-15:
Sonic121x:
- bugfix: Paramedic jumpsuit
+2020-07-16:
+ DeltaFire15:
+ - bugfix: Fixes a zeolite runtime caused by a missing check.
+ Sneakyrat6:
+ - bugfix: Fixes being able to meta people real name with OOC Notes
+ timothyteakettle:
+ - rscadd: travelling traders from another dimension can now visit the station in
+ search of something specific, and reward you for giving it to them
+ - bugfix: small error with pet carrier logic fixed and also making sure simple mobs
+ are catered for properly inside bluespace jars
+ - bugfix: fixes coin related issue
diff --git a/html/changelogs/AutoChangeLog-pr-12738.yml b/html/changelogs/AutoChangeLog-pr-12738.yml
deleted file mode 100644
index 883e4a10ac..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12738.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - rscadd: "travelling traders from another dimension can now visit the station in search of something specific, and reward you for giving it to them"
- - bugfix: "small error with pet carrier logic fixed and also making sure simple mobs are catered for properly inside bluespace jars"
diff --git a/html/changelogs/AutoChangeLog-pr-12774.yml b/html/changelogs/AutoChangeLog-pr-12774.yml
deleted file mode 100644
index 85373e1b9a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12774.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "Fixes a zeolite runtime caused by a missing check."
diff --git a/html/changelogs/AutoChangeLog-pr-12782.yml b/html/changelogs/AutoChangeLog-pr-12782.yml
deleted file mode 100644
index 07200e4345..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12782.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - bugfix: "fixes coin related issue"
diff --git a/html/changelogs/AutoChangeLog-pr-12783.yml b/html/changelogs/AutoChangeLog-pr-12783.yml
deleted file mode 100644
index b9641493c6..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12783.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Sneakyrat6"
-delete-after: True
-changes:
- - bugfix: "Fixes being able to meta people real name with OOC Notes"