diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56f749e94ac2181e6a0bd9e583a70814bb9ed4c1..549336e4dffec590693efba4ff86a450e5e68b20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -797,7 +797,6 @@ entry.
 ## 8.11.0 (2016-08-22)
 
   - Use test coverage value from the latest successful pipeline in badge. !5862
-  - Add git diff context to notifications of new notes on merge requests !5855 (hoopes)
   - Add test coverage report badge. !5708
   - Remove the http_parser.rb dependency by removing the tinder gem. !5758 (tbalthazar)
   - Add Koding (online IDE) integration
diff --git a/changelogs/unreleased/hoopes-gitlab-ce-21027-add-diff-hunks-to-notification-emails.yml b/changelogs/unreleased/hoopes-gitlab-ce-21027-add-diff-hunks-to-notification-emails.yml
new file mode 100644
index 0000000000000000000000000000000000000000..73d8a52e001333c216991f05aebeea3378de4107
--- /dev/null
+++ b/changelogs/unreleased/hoopes-gitlab-ce-21027-add-diff-hunks-to-notification-emails.yml
@@ -0,0 +1,4 @@
+---
+title: Add git diff context to notifications of new notes on merge requests
+merge_request:
+author: Heidi Hoopes