diff --git a/html/changelog.html b/html/changelog.html
index 9fca53cf223..72d8296e2a8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,16 @@
-->
+
10 February 2024
+
kyres1, Nauticall updated:
+
+ - Added a variety of billboards for Konyang, sprited by Nauticall and implemented on Point Verdant.
+ - Added a few new tile types for urban decor.
+ - Polished the remainder of Point Verdant's map, adding content where areas were empty.
+ - Added the basic biomes to Konyang's spawn rotation, with a few new ruins that spawn in the Abandoned biome/theme type.
+ - Fixed the landing zones for the ocean and jungle landing sites that the Horizon shuttles use.
+
+
09 February 2024
DreamySkrell updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 22cbdafd5cd..66a0ddf3964 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -33615,3 +33615,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
RustingWithYou:
- tweak: Changes the ECD sprite layer to prevent weird-looking layering errors.
- rscadd: Adds event-only department jobs for ease of organization.
+2024-02-10:
+ kyres1, Nauticall:
+ - rscadd: Added a variety of billboards for Konyang, sprited by Nauticall and implemented
+ on Point Verdant.
+ - rscadd: Added a few new tile types for urban decor.
+ - rscadd: Polished the remainder of Point Verdant's map, adding content where
+ areas were empty.
+ - rscadd: Added the basic biomes to Konyang's spawn rotation, with a few new
+ ruins that spawn in the Abandoned biome/theme type.
+ - bugfix: Fixed the landing zones for the ocean and jungle landing sites that the
+ Horizon shuttles use.
diff --git a/html/changelogs/kyres1-pointverdant_finishers.yml b/html/changelogs/kyres1-pointverdant_finishers.yml
deleted file mode 100644
index a98e4d71f1e..00000000000
--- a/html/changelogs/kyres1-pointverdant_finishers.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-author: kyres1, Nauticall
-
-# 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 variety of billboards for Konyang, sprited by Nauticall and implemented on Point Verdant."
- - rscadd: "Added a few new tile types for urban decor."
- - rscadd: "Polished the remainder of Point Verdant's map, adding content where areas were empty."
- - rscadd: "Added the basic biomes to Konyang's spawn rotation, with a few new ruins that spawn in the Abandoned biome/theme type."
- - bugfix: "Fixed the landing zones for the ocean and jungle landing sites that the Horizon shuttles use."