diff --git a/html/changelog.html b/html/changelog.html
index be626132cb..ebc042889c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,18 @@
-->
+
14 July 2020
+
silicons updated:
+
+ - chemical reactions now are sorted by priority first and temperature second.
+ - sec and medical records have been added to character setup.
+ - circuit reagent heaters are now sanitized for temperature from 2.7 to 1000.
+
+
timothyteakettle updated:
+
+ - ports a money bag exploit
+
+
13 July 2020
Linzolle updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index dd8db8bb5c..31b63b7503 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -26350,3 +26350,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Owai-Seek:
- tweak: Trashbags can now hold most shoes, and organs.
- balance: You can no longer nest nuke disks or hold brains in the trash.
+2020-07-14:
+ silicons:
+ - rscadd: chemical reactions now are sorted by priority first and temperature second.
+ - rscadd: sec and medical records have been added to character setup.
+ - bugfix: circuit reagent heaters are now sanitized for temperature from 2.7 to
+ 1000.
+ timothyteakettle:
+ - bugfix: ports a money bag exploit
diff --git a/html/changelogs/AutoChangeLog-pr-12706.yml b/html/changelogs/AutoChangeLog-pr-12706.yml
deleted file mode 100644
index df44441334..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12706.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "silicons"
-delete-after: True
-changes:
- - rscadd: "sec and medical records have been added to character setup."
diff --git a/html/changelogs/AutoChangeLog-pr-12737.yml b/html/changelogs/AutoChangeLog-pr-12737.yml
deleted file mode 100644
index f2c00ee6da..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12737.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "silicons"
-delete-after: True
-changes:
- - bugfix: "circuit reagent heaters are now sanitized for temperature from 2.7 to 1000."
diff --git a/html/changelogs/AutoChangeLog-pr-12746.yml b/html/changelogs/AutoChangeLog-pr-12746.yml
deleted file mode 100644
index a81e5907ad..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12746.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "silicons"
-delete-after: True
-changes:
- - rscadd: "chemical reactions now are sorted by priority first and temperature second."
diff --git a/html/changelogs/AutoChangeLog-pr-12764.yml b/html/changelogs/AutoChangeLog-pr-12764.yml
deleted file mode 100644
index 39909ec6b2..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12764.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - bugfix: "ports a money bag exploit"