diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-20 15:29:11 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-20 15:29:11 +0300 |
commit | d9f7499046f25dcbe69c50cb819315e69c0bf213 (patch) | |
tree | 89898e1087cb967323eac7d7c8b71c6737534ace /CHANGELOG | |
parent | 2006b90805fb1c45e95321c646c2858a2c703b55 (diff) | |
parent | 91672f4f0fa80025359c01b944a6eae095cbe1cb (diff) | |
download | gitlab-ce-d9f7499046f25dcbe69c50cb819315e69c0bf213.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index e248a0cf41b..b4affd5217a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -88,7 +88,6 @@ v 7.10.0 (unreleased) - Fix admin user projects lists. - Don't leak private group existence by redirecting from namespace controller to group controller. - Ability to skip some items from backup (database, respositories or uploads) - - Fix "Hello @username." references not working by no longer allowing usernames to end in period. - Archive repositories in background worker. - Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user into current namespace. - Project labels are now available over the API under the "tag_list" field (Cristian Medina) |