diff --git a/html/changelog.html b/html/changelog.html
index 0652e74b8417b..198491b4eb7fd 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,23 @@
-->
+
18 May 2024
+
Gilgaxx updated:
+
+ - Fixed the speed and fireproof slimepotions
+
+
anturK, rkz updated:
+
+ - inverted CanReach to default to blocking
+
+
rkz, Tiviplus, msgerbs, Ghommie, Fikou, necromanceranne updated:
+
+ - mechs are now a vehicle subtype, instead of Winter Wonderland snowflake code
+ - mechs no longer need to use middle click as a janky override to utilize their equipment.
+ - fixed bugs with inconsistent mech equipment balloons/to_chat
+ - fixed mechs with ballistics shooting themselves while moving
+
+
17 May 2024
BeeLover updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fe6ba76f956a6..627fd8cb26e6f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43223,3 +43223,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2024-05-17:
BeeLover:
- spellcheck: fixes a typo when trying to go on land with a lava boat
+2024-05-18:
+ Gilgaxx:
+ - bugfix: Fixed the speed and fireproof slimepotions
+ anturK, rkz:
+ - code_imp: inverted CanReach to default to blocking
+ rkz, Tiviplus, msgerbs, Ghommie, Fikou, necromanceranne:
+ - refactor: mechs are now a vehicle subtype, instead of Winter Wonderland snowflake
+ code
+ - tweak: mechs no longer need to use middle click as a janky override to utilize
+ their equipment.
+ - bugfix: fixed bugs with inconsistent mech equipment balloons/to_chat
+ - bugfix: fixed mechs with ballistics shooting themselves while moving
diff --git a/html/changelogs/AutoChangeLog-pr-10014.yml b/html/changelogs/AutoChangeLog-pr-10014.yml
deleted file mode 100644
index fa28e7287d21f..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10014.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: rkz, Tiviplus, msgerbs, Ghommie, Fikou, necromanceranne
-delete-after: true
-changes:
- - refactor: mechs are now a vehicle subtype, instead of Winter Wonderland snowflake
- code
- - tweak: mechs no longer need to use middle click as a janky override to utilize
- their equipment.
- - bugfix: fixed bugs with inconsistent mech equipment balloons/to_chat
- - bugfix: fixed mechs with ballistics shooting themselves while moving
diff --git a/html/changelogs/AutoChangeLog-pr-10719.yml b/html/changelogs/AutoChangeLog-pr-10719.yml
deleted file mode 100644
index 3164e0ca78ae5..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10719.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: anturK, rkz
-delete-after: true
-changes:
- - code_imp: inverted CanReach to default to blocking
diff --git a/html/changelogs/AutoChangeLog-pr-10966.yml b/html/changelogs/AutoChangeLog-pr-10966.yml
deleted file mode 100644
index d61de579abbbd..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10966.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Gilgaxx
-delete-after: true
-changes:
- - bugfix: Fixed the speed and fireproof slimepotions