diff --git a/html/changelog.html b/html/changelog.html
index e9ee7912926..b5d458ebec1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,25 @@
-->
+
22 August 2022
+
covertcorvid updated:
+
+ - Reorganized all of the squad code
+ - Re-added squad duty assignments
+ - Squads with certain duties will now receive department console emergency alerts
+ - Departments with related squads can use their request console to page those squads
+ - Removed in-squad roles (engineer, medic, marine)
+ - Removed squad rank overrides
+ - Squad tries to pick the highest ranking individual as leader by default
+ - Pagers are not verbal, limited to short messages, and most are receive-only.
+ - You can see the last message received by a pager by using it in hand
+ - Visual improvements to the squad manager
+ - Squad management UI now updates when changes are made
+ - EMTs and heads should not be put in squads anymore
+ - Punctuation now works in pager messages
+ - Pager messages are no longer doubled
+
+
18 August 2022
DeltaFire15 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index ccb3018778b..a0c864ab01a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1061,3 +1061,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Ships shouldn't try firing while being deleted.
benbot16:
- bugfix: Autoloading VLS tubes with conveyors works again.
+2022-08-22:
+ covertcorvid:
+ - refactor: Reorganized all of the squad code
+ - rscadd: Re-added squad duty assignments
+ - rscadd: Squads with certain duties will now receive department console emergency
+ alerts
+ - rscadd: Departments with related squads can use their request console to page
+ those squads
+ - rscdel: Removed in-squad roles (engineer, medic, marine)
+ - rscdel: Removed squad rank overrides
+ - tweak: Squad tries to pick the highest ranking individual as leader by default
+ - tweak: Pagers are not verbal, limited to short messages, and most are receive-only.
+ - tweak: You can see the last message received by a pager by using it in hand
+ - tweak: Visual improvements to the squad manager
+ - bugfix: Squad management UI now updates when changes are made
+ - bugfix: EMTs and heads should not be put in squads anymore
+ - bugfix: Punctuation now works in pager messages
+ - bugfix: Pager messages are no longer doubled
diff --git a/html/changelogs/AutoChangeLog-pr-1924.yml b/html/changelogs/AutoChangeLog-pr-1924.yml
deleted file mode 100644
index 0d296dcefd5..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1924.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-author: covertcorvid
-delete-after: true
-changes:
- - refactor: Reorganized all of the squad code
- - rscadd: Re-added squad duty assignments
- - rscadd: Squads with certain duties will now receive department console emergency
- alerts
- - rscadd: Departments with related squads can use their request console to page
- those squads
- - rscdel: Removed in-squad roles (engineer, medic, marine)
- - rscdel: Removed squad rank overrides
- - tweak: Squad tries to pick the highest ranking individual as leader by default
- - tweak: Pagers are not verbal, limited to short messages, and most are receive-only.
- - tweak: You can see the last message received by a pager by using it in hand
- - tweak: Visual improvements to the squad manager
- - bugfix: Squad management UI now updates when changes are made
- - bugfix: EMTs and heads should not be put in squads anymore
- - bugfix: Punctuation now works in pager messages
- - bugfix: Pager messages are no longer doubled