diff --git a/html/changelog.html b/html/changelog.html
index 5b3f43d1743..308ecb672e2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,14 @@
-->
+
24 April 2015
+
Dennok updated:
+
+ - Fixes overmap ship speed calculations.
+ - Adds overmap ship rotation.
+ - Added a floorlayer.
+
+
23 April 2015
Dennok updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2650175e5cc..b1f2b697f97 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1603,3 +1603,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Yoshax:
- tweak: Adjusts fruits and other stuff to have a minmum of 10 units of juice and
stuff.
+2015-04-24:
+ Dennok:
+ - bugfix: Fixes overmap ship speed calculations.
+ - rscadd: Adds overmap ship rotation.
+ - rscadd: Added a floorlayer.
diff --git a/html/changelogs/Dennok-PR-8879.yml b/html/changelogs/Dennok-PR-8879.yml
deleted file mode 100644
index d0da92427cc..00000000000
--- a/html/changelogs/Dennok-PR-8879.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Dennok
-delete-after: True
-
-changes:
- - bugfix: "Fix don't correct process() delay calculation."
- - rscadd: "Added a rotate() proc to ship, and rotate var for don't rotatable ships."
diff --git a/html/changelogs/Dennok-PR-8951.yml b/html/changelogs/Dennok-PR-8951.yml
deleted file mode 100644
index 8f8c484992a..00000000000
--- a/html/changelogs/Dennok-PR-8951.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Dennok
-delete-after: True
-
-changes:
- - rscadd: "Added an floorlayer."