diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-05-11 19:38:43 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-05-20 15:58:36 -0500 |
commit | 1f5fcb638d6b432d76a639ccc35acc94d8ae6ac7 (patch) | |
tree | 50f292932ed3d7ccb88c57da478cdbd6b7313d7e /CHANGELOG | |
parent | fab9dbb3eba55151c34fc8bc171e3670e6c7c422 (diff) | |
download | gitlab-ce-1f5fcb638d6b432d76a639ccc35acc94d8ae6ac7.tar.gz |
Dropdown implementation
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
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 |