diff --git a/html/changelog.html b/html/changelog.html
index 91bd205211d..152d919dbb8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,11 @@
- Resolved service area map issues and bugs.
+ JohnWildkins updated:
+
+ - Fixed reagent data not being copied correctly, leading to chips transferring their dip to the entire chip basket.
+ - Fixed taste descriptions for nutriment subtypes not showing properly when set in reagent data.
+
kyres1 updated:
- Fixed belt selection being broken.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6f6b8bc5b48..ff62b0a7a6c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28423,5 +28423,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2023-03-12:
Huntime:
- maptweak: Resolved service area map issues and bugs.
+ JohnWildkins:
+ - bugfix: Fixed reagent data not being copied correctly, leading to chips transferring
+ their dip to the entire chip basket.
+ - bugfix: Fixed taste descriptions for nutriment subtypes not showing properly when
+ set in reagent data.
kyres1:
- bugfix: Fixed belt selection being broken.
diff --git a/html/changelogs/johnwildkins-fixfood.yml b/html/changelogs/johnwildkins-fixfood.yml
deleted file mode 100644
index 5c7f1db985b..00000000000
--- a/html/changelogs/johnwildkins-fixfood.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed reagent data not being copied correctly, leading to chips transferring their dip to the entire chip basket."
- - bugfix: "Fixed taste descriptions for nutriment subtypes not showing properly when set in reagent data."