diff --git a/html/changelog.html b/html/changelog.html
index a9fcaef9a06..779a676dfc4 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,23 @@
-->
+
18 November 2021
+
Desven updated:
+
+ - Fixed some body marks not properly showing.
+ - Fixed those marks not being selectable for Axiori Skrell.
+
+
Geeves updated:
+
+ - Hammers can now properly repair airlocks.
+
+
martinlyra updated:
+
+ - Successful cooking now informs the cook what has been synthesized
+ - Examining plates / bowls now hint the player how to use them for cooking
+ - Added `pluralize_word` for naive pluralization of nouns
+
+
17 November 2021
RyverStyx updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index aafac05c497..b5446fbeb6a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22132,3 +22132,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
RyverStyx:
- tweak: Fixing the Jargon blurb to be lore compliant.
- rscadd: Allowing Dionae to be Jargon Consulars.
+2021-11-18:
+ Desven:
+ - bugfix: Fixed some body marks not properly showing.
+ - bugfix: Fixed those marks not being selectable for Axiori Skrell.
+ Geeves:
+ - bugfix: Hammers can now properly repair airlocks.
+ martinlyra:
+ - rscadd: Successful cooking now informs the cook what has been synthesized
+ - rscadd: Examining plates / bowls now hint the player how to use them for cooking
+ - backend: Added `pluralize_word` for naive pluralization of nouns
diff --git a/html/changelogs/desven-markfix.yml b/html/changelogs/desven-markfix.yml
deleted file mode 100644
index f6b75ff134f..00000000000
--- a/html/changelogs/desven-markfix.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Desven
-delete-after: True
-changes:
- - bugfix: "Fixed some body marks not properly showing."
- - bugfix: "Fixed those marks not being selectable for Axiori Skrell."
diff --git a/html/changelogs/geeves-hammer_time_again.yml b/html/changelogs/geeves-hammer_time_again.yml
deleted file mode 100644
index 28d455c8725..00000000000
--- a/html/changelogs/geeves-hammer_time_again.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Hammers can now properly repair airlocks."
\ No newline at end of file
diff --git a/html/changelogs/ml_food_span.yml b/html/changelogs/ml_food_span.yml
deleted file mode 100644
index 24d7c9f487a..00000000000
--- a/html/changelogs/ml_food_span.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: martinlyra
-delete-after: True
-changes:
- - rscadd: "Successful cooking now informs the cook what has been synthesized"
- - rscadd: "Examining plates / bowls now hint the player how to use them for cooking"
- - backend: "Added `pluralize_word` for naive pluralization of nouns"