diff --git a/html/changelog.html b/html/changelog.html
index ad1f5cb4404..159f5551c31 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,16 @@
-->
+
22 March 2020
+
Doxxmedearly updated:
+
+ - Reorganized the booze-o-mat. It should be less of a hunt to find things now.
+ - Hot coco now vends in a disposable cup instead of a ceramic mug.
+ - Shakers and teapots will no longer be melted by acid. Feel free to mix Acid Spit all you want.
+ - Fixes empty icons for vended coffee/ramen not showing up.
+ - Organizes drink code a bit to make it easier to add empty/trash sprites for drinks in the future.
+
+
21 March 2020
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6dd5e37f496..f94f2f1f546 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -12286,3 +12286,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Wowzewow (Wezzy):
- imageadd: Adds new inhands for janitorial, hydroponic, medical and tank items.
- imageadd: Adds missing icons for upgraded scalpels in the surgery tray.
+2020-03-22:
+ Doxxmedearly:
+ - tweak: Reorganized the booze-o-mat. It should be less of a hunt to find things
+ now.
+ - tweak: Hot coco now vends in a disposable cup instead of a ceramic mug.
+ - tweak: Shakers and teapots will no longer be melted by acid. Feel free to mix
+ Acid Spit all you want.
+ - bugfix: Fixes empty icons for vended coffee/ramen not showing up.
+ - rscadd: Organizes drink code a bit to make it easier to add empty/trash sprites
+ for drinks in the future.
diff --git a/html/changelogs/doxxmedearly - drinkrerefactor.yml b/html/changelogs/doxxmedearly - drinkrerefactor.yml
deleted file mode 100644
index 838191aa07d..00000000000
--- a/html/changelogs/doxxmedearly - drinkrerefactor.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Your name.
-author: Doxxmedearly
-
-# 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.
-changes:
- - tweak: "Reorganized the booze-o-mat. It should be less of a hunt to find things now."
- - tweak: "Hot coco now vends in a disposable cup instead of a ceramic mug."
- - tweak: "Shakers and teapots will no longer be melted by acid. Feel free to mix Acid Spit all you want."
- - bugfix: "Fixes empty icons for vended coffee/ramen not showing up."
- - rscadd: "Organizes drink code a bit to make it easier to add empty/trash sprites for drinks in the future."