diff --git a/html/changelog.html b/html/changelog.html
index 3000c5caa5..4bd9beeab3 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,13 @@
-->
+
20 November 2021
+
SandPoot updated:
+
+ - Acid will disappear when not existant.
+ - Updates component Destroy code, might result in less component related runtimes.
+
+
19 November 2021
shellspeed1 updated:
@@ -443,12 +450,6 @@
- all medipens get inhands
- some more brainhurt lines
-
-
18 September 2021
-
kiwedespars updated:
-
- - blacklisted morphine and haloperidol from dart guns
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index dbc59ca3f6..7b776548de 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30283,3 +30283,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
instead of a full clip.
- balance: 'reagent repeater synthesizes a new syringe every 20 seconds. tweak:
smart dart guns now use the syringe gun as an inhands sprite.'
+2021-11-20:
+ SandPoot:
+ - bugfix: Acid will disappear when not existant.
+ - code_imp: Updates component Destroy code, might result in less component related
+ runtimes.
diff --git a/html/changelogs/AutoChangeLog-pr-15384.yml b/html/changelogs/AutoChangeLog-pr-15384.yml
deleted file mode 100644
index 86427afdb1..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15384.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - bugfix: "Acid will disappear when not existant."
- - code_imp: "Updates component Destroy code, might result in less component related runtimes."