diff --git a/html/changelog.html b/html/changelog.html
index 43271e20ff..f856807f09 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,18 @@
-->
+
07 July 2020
+
KasparoVy updated:
+
+ - Fixes misaligned south-facing silver legwraps sprite.
+
+
Weblure updated:
+
+ - Fixed the slowdown formula for small character sprites; you guys don't use custom sprite sizes so just ignore these changes.
+ - Fixed the "Move it to the threshold" button; it now does what it says.
+ - Reworded some text to be clearer.
+
+
05 July 2020
Ghommie updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c0d0bc99f2..7ff2af8c29 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -26264,3 +26264,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
timothyteakettle:
- tweak: cooking oil is now far less lethal, requiring a higher volume of the reagent
to deal more damage
+2020-07-07:
+ KasparoVy:
+ - tweak: Fixes misaligned south-facing silver legwraps sprite.
+ Weblure:
+ - bugfix: Fixed the slowdown formula for small character sprites; you guys don't
+ use custom sprite sizes so just ignore these changes.
+ - bugfix: Fixed the "Move it to the threshold" button; it now does what it says.
+ - tweak: Reworded some text to be clearer.
diff --git a/html/changelogs/AutoChangeLog-pr-12688.yml b/html/changelogs/AutoChangeLog-pr-12688.yml
deleted file mode 100644
index 28d005e84a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12688.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Weblure"
-delete-after: True
-changes:
- - bugfix: "Fixed the slowdown formula for small character sprites; you guys don't use custom sprite sizes so just ignore these changes."
- - bugfix: "Fixed the \"Move it to the threshold\" button; it now does what it says."
- - tweak: "Reworded some text to be clearer."
diff --git a/html/changelogs/AutoChangeLog-pr-12699.yml b/html/changelogs/AutoChangeLog-pr-12699.yml
deleted file mode 100644
index d4efec4bbf..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12699.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "KasparoVy"
-delete-after: True
-changes:
- - tweak: "Fixes misaligned south-facing silver legwraps sprite."