diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1baf5b3257c407593cafe6c57a77d39bd05bc201..bb7cf9f0ce0275f2c31400e1f3d5c5ec18a5a705 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,26 @@
 documentation](doc/development/changelog.md) for instructions on adding your own
 entry.
 
+## 8.15.3 (2017-01-06)
+
+- Rename wiki_events to wiki_page_events in project hooks API to avoid errors. !0 (8425)
+- Rename projects wth reserved names. !8234
+- Cache project authorizations even when user has access to zero projects. !8327
+- Fix a minor grammar error in merge request widget. !8337
+- Fix unclear closing issue behaviour on Merge Request show page. !8345 (Gabriel Gizotti)
+- fix border in login session tabs. !8346
+- Copy, don't move uploaded avatar files. !8396
+- Increases width of mini-pipeline-graph dropdown to prevent wrong position on chrome on ubuntu. !8399
+- Removes invalid html and unneed CSS to prevent shaking in the pipelines tab. !8411
+- Gitlab::LDAP::Person uses LDAP attributes configuration. !8418
+- Fix 500 errors when creating a user with identity via API. !8442
+- Whitelist next project names: assets, profile, public. !8470
+- Fixed regression of note-headline-light where it was always placed on 2 lines, even on wide viewports.
+- Fix 500 error when visit group from admin area if group name contains dot.
+- Fix cross-project references copy to include the project reference.
+- Fix 500 error renaming group.
+- Fixed GFM dropdown not showing on new lines.
+
 ## 8.15.2 (2016-12-27)
 
 - Fix finding the latest pipeline. !8301
diff --git a/changelogs/unreleased/24941-login-tabs-border.yml b/changelogs/unreleased/24941-login-tabs-border.yml
deleted file mode 100644
index b06c21ad71a1c10fa125fd047f91d2a57e9963c1..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/24941-login-tabs-border.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: fix border in login session tabs
-merge_request: 8346
-author:
diff --git a/changelogs/unreleased/26126-cache-even-when-no-projects.yml b/changelogs/unreleased/26126-cache-even-when-no-projects.yml
deleted file mode 100644
index 53e14ac9edfc4b7792beb6f5351f102035ee1399..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/26126-cache-even-when-no-projects.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Cache project authorizations even when user has access to zero projects
-merge_request: 8327
-author:
diff --git a/changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml b/changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml
deleted file mode 100644
index ef8581b6fb36c49c4f05fd4c2462f056dfaf5f27..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/26218-rety-button-pipeline-builds-name-drodown-broken.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Increases width of mini-pipeline-graph dropdown to prevent wrong position on chrome on ubuntu
-merge_request: 8399
-author:
diff --git a/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml b/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml
deleted file mode 100644
index 949e321bc3f32f261fb01eadcdb5e678384f0214..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Removes invalid html and unneed CSS to prevent shaking in the pipelines tab
-merge_request: 8411
-author:
diff --git a/changelogs/unreleased/api-hooks-changelog-entry.yml b/changelogs/unreleased/api-hooks-changelog-entry.yml
deleted file mode 100644
index 7d0b515ddf108dcf7553b3f9abf9fad3d6646337..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/api-hooks-changelog-entry.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Rename wiki_events to wiki_page_events in project hooks API to avoid errors
-merge_request: Robert Schilling
-author: 8425
diff --git a/changelogs/unreleased/dz-improve-admin-group-routing.yml b/changelogs/unreleased/dz-improve-admin-group-routing.yml
deleted file mode 100644
index 2360b965c90791cb4b115855bbf3228ea96d4147..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/dz-improve-admin-group-routing.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix 500 error when visit group from admin area if group name contains dot
-merge_request:
-author:
diff --git a/changelogs/unreleased/dz-rename-reserved-project-names.yml b/changelogs/unreleased/dz-rename-reserved-project-names.yml
deleted file mode 100644
index 30bcc1a0396c4bb358d367161895b80a6bec23c9..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/dz-rename-reserved-project-names.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Rename projects wth reserved names
-merge_request: 8234
-author:
diff --git a/changelogs/unreleased/dz-whitelist-some-project-names.yml b/changelogs/unreleased/dz-whitelist-some-project-names.yml
deleted file mode 100644
index 92383646f627a908348a60bcc60c541b731dfeac..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/dz-whitelist-some-project-names.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: 'Whitelist next project names: assets, profile, public'
-merge_request: 8470
-author:
diff --git a/changelogs/unreleased/fix-cross-project-ref-path.yml b/changelogs/unreleased/fix-cross-project-ref-path.yml
deleted file mode 100644
index 91acc1db0a6a5824c62cd8244332c2199086dac9..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/fix-cross-project-ref-path.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix cross-project references copy to include the project reference
-merge_request: 
-author: 
diff --git a/changelogs/unreleased/fix-group-path-rename-error.yml b/changelogs/unreleased/fix-group-path-rename-error.yml
deleted file mode 100644
index e3d97ae39876e4ac1dee856ef700036ebaff6685..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/fix-group-path-rename-error.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix 500 error renaming group
-merge_request: 
-author: 
diff --git a/changelogs/unreleased/fix-mentioned-issue-text-grammar.yml b/changelogs/unreleased/fix-mentioned-issue-text-grammar.yml
deleted file mode 100644
index 1d001e6b5687114679fc4a95d1c099745b90f22d..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/fix-mentioned-issue-text-grammar.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix a minor grammar error in merge request widget
-merge_request: 8337
-author:
diff --git a/changelogs/unreleased/fix-users-api-500-error.yml b/changelogs/unreleased/fix-users-api-500-error.yml
deleted file mode 100644
index ac9e7a480d8b648efe71345732112e7141b28cc7..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/fix-users-api-500-error.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix 500 errors when creating a user with identity via API
-merge_request: 8442
-author:
diff --git a/changelogs/unreleased/gfm-new-line-fix.yml b/changelogs/unreleased/gfm-new-line-fix.yml
deleted file mode 100644
index 751bb356b5f0f42a31dccba60bce4519f7255dc0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gfm-new-line-fix.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fixed GFM dropdown not showing on new lines
-merge_request:
-author:
diff --git a/changelogs/unreleased/ldap_person_attributes.yml b/changelogs/unreleased/ldap_person_attributes.yml
deleted file mode 100644
index d04b5dbe7e0bef1559251e7c1eb050c73449b076..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/ldap_person_attributes.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Gitlab::LDAP::Person uses LDAP attributes configuration
-merge_request: 8418
-author:
diff --git a/changelogs/unreleased/mentioned-but-not-closed-issues-messages.yml b/changelogs/unreleased/mentioned-but-not-closed-issues-messages.yml
deleted file mode 100644
index ba3b13bcdb787312ca3d9890ea75b06638e77619..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/mentioned-but-not-closed-issues-messages.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix unclear closing issue behaviour on Merge Request show page
-merge_request: 8345
-author: Gabriel Gizotti
diff --git a/changelogs/unreleased/project-avatar-fork.yml b/changelogs/unreleased/project-avatar-fork.yml
deleted file mode 100644
index 6facffe788714ff5e3ef1cfb3d18d514406965b8..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/project-avatar-fork.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Copy, don't move uploaded avatar files
-merge_request: 8396
-author:
diff --git a/changelogs/unreleased/regression-note-headline-light.yml b/changelogs/unreleased/regression-note-headline-light.yml
deleted file mode 100644
index f24d4cb014cf9ff05fe354458902d349b21113fe..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/regression-note-headline-light.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fixed regression of note-headline-light where it was always placed on 2 lines, even on wide viewports
-merge_request:
-author: