diff --git a/html/changelog.html b/html/changelog.html
index 51e556d52d2..d2d5ced1463 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,11 @@
04 August 2020
+
Geeves updated:
+
+ - TCFL vaurca now spawn with filter ports.
+ - Kataphract K'lax internals buttons now update correctly.
+
mikomyazaki updated:
- Splitting stacks which are of type /obj/item/stack/.../full will no longer result in the new stack having the maximum amount in it.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 8d1817747e6..5c9177b04bc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14678,6 +14678,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Repairing augments and robotic internal organs with nanopaste will now
work again.
2020-08-04:
+ Geeves:
+ - bugfix: TCFL vaurca now spawn with filter ports.
+ - bugfix: Kataphract K'lax internals buttons now update correctly.
mikomyazaki:
- bugfix: Splitting stacks which are of type /obj/item/stack/.../full will no longer
result in the new stack having the maximum amount in it.
diff --git a/html/changelogs/geeves-vaurca_mask.yml b/html/changelogs/geeves-vaurca_mask.yml
deleted file mode 100644
index f17e8ec3d75..00000000000
--- a/html/changelogs/geeves-vaurca_mask.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "TCFL vaurca now spawn with filter ports."
- - bugfix: "Kataphract K'lax internals buttons now update correctly."