summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-19 15:25:57 -0500
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-19 15:25:57 -0500
commit6562390823aad7fc9fe4d913dde1abadaab47676 (patch)
tree9fb61658f40253b04e9ac7e78411835a3174d788
parent154a914742a5041bf850534553457d55c2d5f82b (diff)
downloadgitlab-ce-6562390823aad7fc9fe4d913dde1abadaab47676.tar.gz
Fixed CHANGELOG for 8.7.6, properly
-rw-r--r--CHANGELOG7
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8ba51ef4552..5b9fc84325f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,11 +2,8 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.7.6
- Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko)
- - Fix import from gitlab.com to a private instance failure
- - Fix external imports not finding the import data
-
-v 8.7.6
- - Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko)
+ - Fix import from GitLab.com to a private instance failure. !4181
+ - Fix external imports not finding the import data. !4106
v 8.7.5
- Fix relative links in wiki pages. !4050