diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-21 11:53:32 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-24 14:47:50 +0200 |
commit | 164a29df86f70910ac0bc6bd29f0fe6f4037b56e (patch) | |
tree | c885908e2a722c72793b2f15a1633fb66d03b773 /CHANGELOG | |
parent | 1d2a5ee1887bd767ede8c84babb1868954c38e6f (diff) | |
download | gitlab-ce-164a29df86f70910ac0bc6bd29f0fe6f4037b56e.tar.gz |
Move changelog item tot 7.11.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 47eb152ad73..e5c06776ecf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ v 7.11.0 (unreleased) - Ignore invalid lines in .gitmodules - Fix "Cannot move project" error message from popping up after a successful transfer (Stan Hu) - Redirect to sign in page after signing out. + - Fix "Hello @username." references not working by no longer allowing usernames to end in period. - - Add "Reply quoting selected text" shortcut key (`r`) - Fix bug causing `@whatever` inside an issue's first code block to be picked up as a user mention. @@ -97,7 +98,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) |