diff --git a/html/changelog.html b/html/changelog.html
index d3fef434317..02f266fabb1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,13 @@
-->
+
03 August 2020
+
mikomyazaki updated:
+
+ - Amputation of stumps and robotic limbs will now work properly again.
+ - All cigarettes and pipes now generate appropriate taste messages. However, some of these will now be consumed 2-3 times faster.
+
+
02 August 2020
Crosarius updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 7efeec3785f..030229aab24 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14666,3 +14666,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
type.
- backend: _SendSignal now properly formats arguments for sending to components
and elements.
+2020-08-03:
+ mikomyazaki:
+ - bugfix: Amputation of stumps and robotic limbs will now work properly again.
+ - bugfix: All cigarettes and pipes now generate appropriate taste messages. However,
+ some of these will now be consumed 2-3 times faster.
diff --git a/html/changelogs/amputation_bugfix.yml b/html/changelogs/amputation_bugfix.yml
deleted file mode 100644
index 19e7b5f357b..00000000000
--- a/html/changelogs/amputation_bugfix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Amputation of stumps and robotic limbs will now work properly again."
\ No newline at end of file
diff --git a/html/changelogs/smoking_taste_bugfix.yml b/html/changelogs/smoking_taste_bugfix.yml
deleted file mode 100644
index 810e7d296a1..00000000000
--- a/html/changelogs/smoking_taste_bugfix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "All cigarettes and pipes now generate appropriate taste messages. However, some of these will now be consumed 2-3 times faster."
\ No newline at end of file