diff --git a/html/changelog.html b/html/changelog.html
index 015c6a4d1d..7f0da511fd 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,31 @@
-->
+
22 February 2018
+
Anewbe updated:
+
+ - Added Warden and HoS helmets.
+ - Clothing items must be click+dragged to be unequipped. A lot of them already had this, but the system is now standardized.
+ - Accessories now apply slowdown to what they're attached to.
+ - Certain items, notably Technomancer spells, no longer show up when you examine the mob wearing them.
+ - Flashbangs confuse, instead of stunning.
+
+
Atermonera updated:
+
+ - GPS units are generally more useful, providing both coordinate locations and, so long as you're on the same Z level, direction with x-y component distances, to 1m accuracy
+ - Added a halogen counter tool, functions as the PDA function.
+ - Analyzers can now analyze gas containers, in addition to providing atmosphere readouts, as the PDA gas scanner function.
+ - Added umbrellas.
+
+
battlefieldCommander updated:
+
+ - Added fireplaces which operate similarly to bonfires.
+ - Fixed an oversight that allowed for an in-between state in bonfires where the fire would mysteriously go out after adding wood.
+ - Added blue sifwood floor tiles.
+ - Fixed blue carpet, now known as teal carpet
+ - Added the ability to dig up tree stumps with a shovel.
+
+
21 February 2018
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6ed0009de5..48e0e21a27 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3918,3 +3918,27 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
cable and multitool.
Woodrat:
- rscadd: Additions of 6 new POIs for the cave area.
+2018-02-22:
+ Anewbe:
+ - rscadd: Added Warden and HoS helmets.
+ - tweak: Clothing items must be click+dragged to be unequipped. A lot of them already
+ had this, but the system is now standardized.
+ - tweak: Accessories now apply slowdown to what they're attached to.
+ - tweak: Certain items, notably Technomancer spells, no longer show up when you
+ examine the mob wearing them.
+ - tweak: Flashbangs confuse, instead of stunning.
+ Atermonera:
+ - tweak: GPS units are generally more useful, providing both coordinate locations
+ and, so long as you're on the same Z level, direction with x-y component distances,
+ to 1m accuracy
+ - rscadd: Added a halogen counter tool, functions as the PDA function.
+ - tweak: Analyzers can now analyze gas containers, in addition to providing atmosphere
+ readouts, as the PDA gas scanner function.
+ - rscadd: Added umbrellas.
+ battlefieldCommander:
+ - rscadd: Added fireplaces which operate similarly to bonfires.
+ - bugfix: Fixed an oversight that allowed for an in-between state in bonfires where
+ the fire would mysteriously go out after adding wood.
+ - rscadd: Added blue sifwood floor tiles.
+ - bugfix: Fixed blue carpet, now known as teal carpet
+ - rscadd: Added the ability to dig up tree stumps with a shovel.
diff --git a/html/changelogs/Anewbe - Various1.yml b/html/changelogs/Anewbe - Various1.yml
deleted file mode 100644
index 85c8994fd1..0000000000
--- a/html/changelogs/Anewbe - Various1.yml
+++ /dev/null
@@ -1,39 +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
-#################################
-
-# Your name.
-author: Anewbe
-
-# 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:
- - rscadd: "Added Warden and HoS helmets."
- - tweak: "Clothing items must be click+dragged to be unequipped. A lot of them already had this, but the system is now standardized."
- - tweak: "Accessories now apply slowdown to what they're attached to.
- - tweak: "Certain items, notably Technomancer spells, no longer show up when you examine the mob wearing them."
\ No newline at end of file
diff --git a/html/changelogs/Atermonera - GPS fixes.yml b/html/changelogs/Atermonera - GPS fixes.yml
deleted file mode 100644
index 9732df5f34..0000000000
--- a/html/changelogs/Atermonera - GPS fixes.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Atermonera
-
-# 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: "GPS units are generally more useful, providing both coordinate locations and, so long as you're on the same Z level, direction with x-y component distances, to 1m accuracy"
diff --git a/html/changelogs/Atermonera - Umbrellas.yml b/html/changelogs/Atermonera - Umbrellas.yml
deleted file mode 100644
index 82b22eb005..0000000000
--- a/html/changelogs/Atermonera - Umbrellas.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Atermonera
-
-# 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:
- - rscadd: "Added umbrellas."
diff --git a/html/changelogs/Atermonera - tools.yml b/html/changelogs/Atermonera - tools.yml
deleted file mode 100644
index 0202ff14e3..0000000000
--- a/html/changelogs/Atermonera - tools.yml
+++ /dev/null
@@ -1,38 +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
-#################################
-
-# Your name.
-author: Atermonera
-
-# 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:
- - rscadd: "Added a halogen counter tool, functions as the PDA function."
- - tweak: "Analyzers can now analyze gas containers, in addition to providing atmosphere readouts, as the PDA gas scanner function."
-
diff --git a/html/changelogs/battlefieldcommander - campfire song song.yml b/html/changelogs/battlefieldcommander - campfire song song.yml
deleted file mode 100644
index d1fa3d1cc3..0000000000
--- a/html/changelogs/battlefieldcommander - campfire song song.yml
+++ /dev/null
@@ -1,40 +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
-#################################
-
-# Your name.
-author: battlefieldCommander
-
-# 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:
- - rscadd: "Added fireplaces which operate similarly to bonfires."
- - bugfix: "Fixed an oversight that allowed for an in-between state in bonfires where the fire would mysteriously go out after adding wood."
- - rscadd: "Added blue sifwood floor tiles."
- - bugfix: "Fixed blue carpet, now known as teal carpet"
- - rscadd: "Added the ability to dig up tree stumps with a shovel."