diff --git a/html/changelog.html b/html/changelog.html
index c71fef2dfb1..a5d405680d2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,23 @@
-->
+
23 July 2015
+
NullQuery updated:
+
+ - Crew monitoring: The minimap now supports scaling. You can zoom in and out using the buttons. Hovering over an entry in the table centers the minimap on that part of the screen.
+ - Crew monitoring: If the window is wide enough the health indicator will expand to show full health data (if available).
+ - Crew monitoring: Clicking on the area name will now copy the coordinates to your clipboard.
+ - Crew monitoring: The AI can view health information again, but there is a 5 second delay between updates for everyone watching.
+
+
freerealestate updated:
+
+ - Added resist hotkeys for borgs and humans. With hotkeys mode, use CTRL+C or C as a human and CTRL+C, C or END as a borg. With hotkeys mode off, use CTRL+C as a human and END as a borg.
+
+
xxalpha updated:
+
+ - Changeling augmented eyesight night vision is now working.
+
+
21 July 2015
Fayrik updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f96ce8cfadd..1b486a0c6b8 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1306,3 +1306,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
land on. Throwing a mob onto a mob in no gravity will push each one in opposite
direction. Thrown mobs landing on wall, or dense object or mob gets stunned
and a bit injured. The damage when mob hit a wall is nerfed.
+2015-07-23:
+ NullQuery:
+ - tweak: 'Crew monitoring: The minimap now supports scaling. You can zoom in and
+ out using the buttons. Hovering over an entry in the table centers the minimap
+ on that part of the screen.'
+ - tweak: 'Crew monitoring: If the window is wide enough the health indicator will
+ expand to show full health data (if available).'
+ - tweak: 'Crew monitoring: Clicking on the area name will now copy the coordinates
+ to your clipboard.'
+ - tweak: 'Crew monitoring: The AI can view health information again, but there is
+ a 5 second delay between updates for everyone watching.'
+ freerealestate:
+ - rscadd: Added resist hotkeys for borgs and humans. With hotkeys mode, use CTRL+C
+ or C as a human and CTRL+C, C or END as a borg. With hotkeys mode off, use CTRL+C
+ as a human and END as a borg.
+ xxalpha:
+ - bugfix: Changeling augmented eyesight night vision is now working.
diff --git a/html/changelogs/freerealestate - RESIST.yml b/html/changelogs/freerealestate - RESIST.yml
deleted file mode 100644
index f3dde428797..00000000000
--- a/html/changelogs/freerealestate - RESIST.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: freerealestate
-
-delete-after: True
-
-changes:
- - rscadd: "Added resist hotkeys for borgs and humans. With hotkeys mode, use CTRL+C or C as a human and CTRL+C, C or END as a borg. With hotkeys mode off, use CTRL+C as a human and END as a borg."
diff --git a/html/changelogs/nullquery-hi-extended.yml b/html/changelogs/nullquery-hi-extended.yml
deleted file mode 100644
index 592b15ae7fd..00000000000
--- a/html/changelogs/nullquery-hi-extended.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: NullQuery
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - tweak: "Crew monitoring: The minimap now supports scaling. You can zoom in and out using the buttons. Hovering over an entry in the table centers the minimap on that part of the screen."
- - tweak: "Crew monitoring: If the window is wide enough the health indicator will expand to show full health data (if available)."
- - tweak: "Crew monitoring: Clicking on the area name will now copy the coordinates to your clipboard."
- - tweak: "Crew monitoring: The AI can view health information again, but there is a 5 second delay between updates for everyone watching."
diff --git a/html/changelogs/xxalpha-changeling_vision.yml b/html/changelogs/xxalpha-changeling_vision.yml
deleted file mode 100644
index 94ab8979902..00000000000
--- a/html/changelogs/xxalpha-changeling_vision.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: xxalpha
-
-delete-after: True
-
-changes:
- - bugfix: "Changeling augmented eyesight night vision is now working."