diff --git a/html/changelog.html b/html/changelog.html
index 5ec3e6068b..999d4f3d64 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,38 @@
-->
+
07 February 2021
+
Thalpy updated:
+
+ - Dispenser: Adds the ability to store a small amount of reagents in the machine itself for dispensing. Reacting recipies cannot be stored. Size of storage increases with bin size.
+ - Dispenser: Allows reagents to be color coded by pH
+ - Dispenser: Each reagent displays it's pH on hover
+ - Dispenser: Allows the user to toggle between buttons and a radial dial
+ - Dispenser: When the dispencer is upgraded it can dispense 5/3/2/1 volumes based on rating refactor: Dispenser: as it was before. This does not break recorded recipes.
+ - Adds a round function to some numbers so they're not huge
+ - The Chem master can now get purity for all reagents when analysed
+ - Synthissue fixes
+ - buffers now have a strong and weak variant. Weak can be dispensed, and strong can be created. Strong buffers are 6x more effective.
+ - Some buffer pH edge calculation fixes
+
+
TyrianTyrell updated:
+
+ - added a signed language, that can't be used over the radio but can be used if you're mute. also added the multilingual trait.
+ - hopefully added an icon for the signed language.
+ - changed how some traits function slightly.
+
+
dzahlus updated:
+
+ - tweaked a few sounds
+ - added a new weapon sounds
+ - removed old weapon sounds
+ - changed some sound related code
+
+
silicons updated:
+
+ - syndicate ablative armwraps have been added.
+
+
05 February 2021
SmArtKar updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2f7e30ae28..bbbe607ee6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28384,3 +28384,32 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- balance: There actually needs to be people for zombies to happen now.
timothyteakettle:
- rscadd: dwarf facial hair is no longer randomised
+2021-02-07:
+ Thalpy:
+ - refactor: 'Dispenser: Adds the ability to store a small amount of reagents in
+ the machine itself for dispensing. Reacting recipies cannot be stored. Size
+ of storage increases with bin size.'
+ - refactor: 'Dispenser: Allows reagents to be color coded by pH'
+ - refactor: 'Dispenser: Each reagent displays it''s pH on hover'
+ - refactor: 'Dispenser: Allows the user to toggle between buttons and a radial dial'
+ - refactor: 'Dispenser: When the dispencer is upgraded it can dispense 5/3/2/1 volumes
+ based on rating refactor: Dispenser: as it was before. This does not break recorded
+ recipes.'
+ - tweak: Adds a round function to some numbers so they're not huge
+ - tweak: The Chem master can now get purity for all reagents when analysed
+ - bugfix: Synthissue fixes
+ - tweak: buffers now have a strong and weak variant. Weak can be dispensed, and
+ strong can be created. Strong buffers are 6x more effective.
+ - bugfix: Some buffer pH edge calculation fixes
+ TyrianTyrell:
+ - rscadd: added a signed language, that can't be used over the radio but can be
+ used if you're mute. also added the multilingual trait.
+ - imageadd: hopefully added an icon for the signed language.
+ - code_imp: changed how some traits function slightly.
+ dzahlus:
+ - tweak: tweaked a few sounds
+ - soundadd: added a new weapon sounds
+ - sounddel: removed old weapon sounds
+ - code_imp: changed some sound related code
+ silicons:
+ - rscadd: syndicate ablative armwraps have been added.
diff --git a/html/changelogs/AutoChangeLog-pr-13890.yml b/html/changelogs/AutoChangeLog-pr-13890.yml
deleted file mode 100644
index 1793b85291..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13890.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "silicons"
-delete-after: True
-changes:
- - rscadd: "syndicate ablative armwraps have been added."
diff --git a/html/changelogs/AutoChangeLog-pr-13966.yml b/html/changelogs/AutoChangeLog-pr-13966.yml
deleted file mode 100644
index 1ed9e70add..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13966.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-author: "Thalpy"
-delete-after: True
-changes:
- - refactor: "Dispenser: Adds the ability to store a small amount of reagents in the machine itself for dispensing. Reacting recipies cannot be stored. Size of storage increases with bin size."
- - refactor: "Dispenser: Allows reagents to be color coded by pH"
- - refactor: "Dispenser: Each reagent displays it's pH on hover"
- - refactor: "Dispenser: Allows the user to toggle between buttons and a radial dial"
- - refactor: "Dispenser: When the dispencer is upgraded it can dispense 5/3/2/1 volumes based on rating refactor: Dispenser: as it was before. This does not break recorded recipes."
- - tweak: "Adds a round function to some numbers so they're not huge"
- - tweak: "The Chem master can now get purity for all reagents when analysed"
- - bugfix: "Synthissue fixes"
- - tweak: "buffers now have a strong and weak variant. Weak can be dispensed, and strong can be created. Strong buffers are 6x more effective."
- - bugfix: "Some buffer pH edge calculation fixes"
diff --git a/html/changelogs/AutoChangeLog-pr-14179.yml b/html/changelogs/AutoChangeLog-pr-14179.yml
deleted file mode 100644
index 015c58140b..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14179.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "TyrianTyrell"
-delete-after: True
-changes:
- - rscadd: "added a signed language, that can't be used over the radio but can be used if you're mute. also added the multilingual trait."
- - imageadd: "hopefully added an icon for the signed language."
- - code_imp: "changed how some traits function slightly."
diff --git a/html/changelogs/AutoChangeLog-pr-14189.yml b/html/changelogs/AutoChangeLog-pr-14189.yml
deleted file mode 100644
index 16e8ad2966..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14189.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "dzahlus"
-delete-after: True
-changes:
- - tweak: "tweaked a few sounds"
- - soundadd: "added a new weapon sounds"
- - sounddel: "removed old weapon sounds"
- - code_imp: "changed some sound related code"