diff options
author | Arinde Eniola <eniolaarinde1@gmail.com> | 2016-04-12 14:41:34 +0100 |
---|---|---|
committer | Arinde Eniola <eniolaarinde1@gmail.com> | 2016-04-12 14:41:34 +0100 |
commit | 050110c9c90d39ea9c128ac183c13a37250fd7a1 (patch) | |
tree | d123ba978842f53c8f5f42b1f71c842682e47c01 /CHANGELOG | |
parent | e933a0b058cdddf0319bd2318cdf0af69fa141ed (diff) | |
download | gitlab-ce-050110c9c90d39ea9c128ac183c13a37250fd7a1.tar.gz |
hide help block when user is creating a new project inside a group
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 593e8f77ab4..fa6d4d7551d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,7 @@ v 8.7.0 (unreleased) - API: Fix milestone filtering by `iid` (Robert Schilling) - Implement 'Groups View' as an option for dashboard preferences !3379 (Elias W.) - Better errors handling when creating milestones inside groups + - Hide `Create a group` help block when creating a new project in a group - Implement 'TODOs View' as an option for dashboard preferences !3379 (Elias W.) - Gracefully handle notes on deleted commits in merge requests (Stan Hu) - Fix creation of merge requests for orphaned branches (Stan Hu) |