diff --git a/html/changelog.html b/html/changelog.html
index bec0bace524..40ab81c4cec 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,33 @@
-->
+
07 December 2022
+
Alberyk updated:
+
+ - Fixed some messed up pipes in the scrapper ship.
+ - Fixed a window with the wrong access at the pra database ship.
+
+
GeneralCamo updated:
+
+ - Removed SCC Assistants and Representatives that were unintentionally added.
+
+
PoZe updated:
+
+ - Majorily increased maximum power rating for most atmospherics devices. Refer to the pull request for exact numbers: https://github.com/Aurorastation/Aurora.3/pull/15229
+ - Refactored atmospherics omni gas filters' and mixers' UI to be more like a gas pump. Added display of current power usage.
+
+
SleepyGemmy updated:
+
+ - Fixes the maintenance turf initializer not respecting the is_open() proc.
+ - Fixes abyss turfs not utilizing the is_open() proc.
+ - Fixes abyss turfs not respecting lattices and its children, only catwalks.
+ - Fixes rollerbed inhands being mirrored.
+
+
Wowzewow (Wezzy) updated:
+
+ - Elevator doors are now see-through again.
+
+
04 December 2022
Connorjg1/Talion updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b57ba3c7fef..176ead5f0ca 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -26917,3 +26917,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Bag strap adjusting works properly now.
- bugfix: You no longer can color bags that can't be colored.
- tweak: Faction specific bags are now default.
+2022-12-07:
+ Alberyk:
+ - bugfix: Fixed some messed up pipes in the scrapper ship.
+ - bugfix: Fixed a window with the wrong access at the pra database ship.
+ GeneralCamo:
+ - bugfix: Removed SCC Assistants and Representatives that were unintentionally added.
+ PoZe:
+ - tweak: 'Majorily increased maximum power rating for most atmospherics devices.
+ Refer to the pull request for exact numbers: https://github.com/Aurorastation/Aurora.3/pull/15229'
+ - tweak: Refactored atmospherics omni gas filters' and mixers' UI to be
+ more like a gas pump. Added display of current power usage.
+ SleepyGemmy:
+ - bugfix: Fixes the maintenance turf initializer not respecting the is_open() proc.
+ - bugfix: Fixes abyss turfs not utilizing the is_open() proc.
+ - bugfix: Fixes abyss turfs not respecting lattices and its children, only catwalks.
+ - bugfix: Fixes rollerbed inhands being mirrored.
+ Wowzewow (Wezzy):
+ - tweak: Elevator doors are now see-through again.
diff --git a/html/changelogs/Sindorman-atmos.yml b/html/changelogs/Sindorman-atmos.yml
deleted file mode 100644
index 8311db0cda6..00000000000
--- a/html/changelogs/Sindorman-atmos.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: PoZe
-
-# 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:
- - tweak: "Majorily increased maximum power rating for most atmospherics devices. Refer to the pull request for exact numbers: https://github.com/Aurorastation/Aurora.3/pull/15229"
- - tweak: "Refactored atmospherics omni gas filters' and mixers' UI to be more like a gas pump. Added display of current power usage."
diff --git a/html/changelogs/alberyk-moreandmorefixes.yml b/html/changelogs/alberyk-moreandmorefixes.yml
deleted file mode 100644
index e945e8fe9e2..00000000000
--- a/html/changelogs/alberyk-moreandmorefixes.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed some messed up pipes in the scrapper ship."
- - bugfix: "Fixed a window with the wrong access at the pra database ship."
diff --git a/html/changelogs/generalcamo-removesccassistants.yml b/html/changelogs/generalcamo-removesccassistants.yml
deleted file mode 100644
index 12502161acf..00000000000
--- a/html/changelogs/generalcamo-removesccassistants.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: GeneralCamo
-
-# 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:
- - bugfix: "Removed SCC Assistants and Representatives that were unintentionally added."
diff --git a/html/changelogs/is_open_fix.yml b/html/changelogs/is_open_fix.yml
deleted file mode 100644
index 5a16eaaaf35..00000000000
--- a/html/changelogs/is_open_fix.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes the maintenance turf initializer not respecting the is_open() proc."
- - bugfix: "Fixes abyss turfs not utilizing the is_open() proc."
- - bugfix: "Fixes abyss turfs not respecting lattices and its children, only catwalks."
\ No newline at end of file
diff --git a/html/changelogs/rollerbed_inhand_fix.yml b/html/changelogs/rollerbed_inhand_fix.yml
deleted file mode 100644
index bc8d929f7d7..00000000000
--- a/html/changelogs/rollerbed_inhand_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes rollerbed inhands being mirrored."
\ No newline at end of file
diff --git a/html/changelogs/wezzy_see-again.yml b/html/changelogs/wezzy_see-again.yml
deleted file mode 100644
index d7eb71683e2..00000000000
--- a/html/changelogs/wezzy_see-again.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: Wowzewow (Wezzy)
-
-# 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:
- - tweak: "Elevator doors are now see-through again."
\ No newline at end of file