diff --git a/html/changelog.html b/html/changelog.html
index 5b0b635331..75651126d0 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,15 @@
-->
+
26 January 2022
+
LetterN updated:
+
+ - Antag info panel using tgui for selected antags
+ - TGUI hardsync
+ - TIMER_DELETE_ME flag for timers
+ - wiremod backend (DO NOT ENABLE, FOLLOWUP PR WILL ADD WIREMOD) tweak: Cryo DOES NOT store the items, instead only drops it as soon as the person "fully cryo" tweak: Changes on how uplink works. Purchases are now only based on if said uplink has the right flag to purchase an item, rather than using a list to whitelist/blacklist specific gamemodes for it. Also, the purchase items handles poplocking by themselves now.
+
+
25 January 2022
Putnam3145 updated:
@@ -301,12 +310,6 @@
- Ports the Double Bed sprites from Skyrat.
- Dealt with some weirdness when buckling to beds.
-
-
24 November 2021
-
timothyteakettle updated:
-
- - oil drum now recognises synthetic anthormorphs as synths
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 47f731f740..296ebbc4f6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30504,3 +30504,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- spellcheck: '"Zeolites" has been renamed to "zeolite" ("a beaker of zeolites"
is like "a beaker of woods")'
- spellcheck: Various taste descriptors have had their end punctuation removed
+2022-01-26:
+ LetterN:
+ - rscadd: Antag info panel using tgui for selected antags
+ - code_imp: TGUI hardsync
+ - code_imp: TIMER_DELETE_ME flag for timers
+ - code_imp: 'wiremod backend (DO NOT ENABLE, FOLLOWUP PR WILL ADD WIREMOD) tweak:
+ Cryo DOES NOT store the items, instead only drops it as soon as the person "fully
+ cryo" tweak: Changes on how uplink works. Purchases are now only based on if
+ said uplink has the right flag to purchase an item, rather than using a list
+ to whitelist/blacklist specific gamemodes for it. Also, the purchase items handles
+ poplocking by themselves now.'
diff --git a/html/changelogs/AutoChangeLog-pr-15317.yml b/html/changelogs/AutoChangeLog-pr-15317.yml
deleted file mode 100644
index 7e579ce93a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15317.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: "LetterN"
-delete-after: True
-changes:
- - rscadd: "Antag info panel using tgui for selected antags"
- - code_imp: "TGUI hardsync"
- - code_imp: "TIMER_DELETE_ME flag for timers"
- - code_imp: "wiremod backend (DO NOT ENABLE, FOLLOWUP PR WILL ADD WIREMOD)
-tweak: Cryo DOES NOT store the items, instead only drops it as soon as the person \"fully cryo\"
-tweak: Changes on how uplink works. Purchases are now only based on if said uplink has the right flag to purchase an item, rather than using a list to whitelist/blacklist specific gamemodes for it. Also, the purchase items handles poplocking by themselves now."