summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-11 19:38:43 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-05-20 15:58:36 -0500
commit1f5fcb638d6b432d76a639ccc35acc94d8ae6ac7 (patch)
tree50f292932ed3d7ccb88c57da478cdbd6b7313d7e /CHANGELOG
parentfab9dbb3eba55151c34fc8bc171e3670e6c7c422 (diff)
downloadgitlab-ce-1f5fcb638d6b432d76a639ccc35acc94d8ae6ac7.tar.gz
Dropdown implementation
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 457af51605c..683f1b1a650 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -71,6 +71,8 @@ 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
+ - Fix import from gitlab.com to a private instance failure
+ - When creating a .gitignore file a dropdown with templates will be provided
v 8.7.5
- Fix relative links in wiki pages. !4050