diff --git a/html/changelog.html b/html/changelog.html
index 4d29f02ec34..ffc50b54282 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,20 @@
-->
+
15 May 2022
+
Ben10083 updated:
+
+ - People can now give spiderbots access by swiping their ID.
+
+
SleepyGemmy updated:
+
+ - Maps in missing captain's office air alarm and adds bridge requests console.
+
+
Vrow updated:
+
+ - Medical's Secure Wall Lockers start properly locked.
+
+
14 May 2022
Ben10083 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index dceb1f5bf8c..8b60e82ed39 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -24018,3 +24018,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- backend: Removed superfluous caps.
- bugfix: Fixes missing pixels for rolled civillian uniforms.
- bugfix: Fixes wrongly colored pixels on pants.
+2022-05-15:
+ Ben10083:
+ - rscadd: People can now give spiderbots access by swiping their ID.
+ SleepyGemmy:
+ - bugfix: Maps in missing captain's office air alarm and adds bridge requests
+ console.
+ Vrow:
+ - bugfix: Medical's Secure Wall Lockers start properly locked.
diff --git a/html/changelogs/Ben10083 - Spida.yml b/html/changelogs/Ben10083 - Spida.yml
deleted file mode 100644
index 73f08a65b86..00000000000
--- a/html/changelogs/Ben10083 - Spida.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Your name.
-author: Ben10083
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "People can now give spiderbots access by swiping their ID."
\ No newline at end of file
diff --git a/html/changelogs/bridge_bugfix.yml b/html/changelogs/bridge_bugfix.yml
deleted file mode 100644
index e0a7a3b2032..00000000000
--- a/html/changelogs/bridge_bugfix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - bugfix: "Maps in missing captain's office air alarm and adds bridge requests console."
\ No newline at end of file
diff --git a/html/changelogs/medical_walllocker_locked.yml b/html/changelogs/medical_walllocker_locked.yml
deleted file mode 100644
index 57c894e48f2..00000000000
--- a/html/changelogs/medical_walllocker_locked.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - bugfix: "Medical's Secure Wall Lockers start properly locked."