diff options
author | Valery Sizov <valery@gitlab.com> | 2015-07-29 09:30:20 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-07-29 09:30:20 +0000 |
commit | a06827bff934a7b387dc4280a555e0c81cc06604 (patch) | |
tree | 9fff1d5df0696613012b6c5b6ad63f69c58efebd | |
parent | 8bda433734394af7e3858c0804b378a6d1313a84 (diff) | |
parent | 545f389910f738e021e2fbc9b5a1e0bcca45b580 (diff) | |
download | gitlab-ce-a06827bff934a7b387dc4280a555e0c81cc06604.tar.gz |
Merge branch 'update_chnagelog' into 'master'
Update chnagelog
See merge request !1064
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index b0811db1f7f..7ca450d423c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,8 +4,6 @@ v 7.14.0 (unreleased) - Upgrade gitlab_git to version 7.2.6 to fix Error 500 when creating network graphs (Stan Hu) - Fix URL used for refreshing notes if relative_url is present (Bartłomiej Święcki) - Fix commit data retrieval when branch name has single quotes (Stan Hu) - - Fix Error 500 when browsing projects with no HEAD (Stan Hu) - - Add rake task 'gitlab:update_commit_count' (Daniel Gerhardt) - Fix full screen mode for snippet comments (Daniel Gerhardt) - Fix 404 error in files view after deleting the last file in a repository (Stan Hu) - Fix the "Reload with full diff" URL button (Stan Hu) @@ -18,6 +16,17 @@ v 7.14.0 (unreleased) - Add support for destroying project milestones (Stan Hu) - Add fetch command to the MR page - Fix bug causing Bitbucket importer to crash when OAuth application had been removed. + - Add fetch command to the MR page. + +v 7.13.2 + - Fix randomly failed spec + - Create project services on Project creation + - Add admin_merge_request ability to Developer level and up + - Fix Error 500 when browsing projects with no HEAD (Stan Hu) + - Fix labels / assignee / milestone for the merge requests when issues are disabled + - Show the first tab automatically on MergeRequests#new + - Add rake task 'gitlab:update_commit_count' (Daniel Gerhardt) + - Fix Gmail Actions v 7.13.1 - Fix: Label modifications are not reflected in existing notes and in the issue list @@ -28,6 +37,7 @@ v 7.13.1 - Fix: ActionView::Template::Error - Fix: "Create Merge Request" isn't always shown in event for newly pushed branch - Fix bug causing "Remove source-branch" option not to work for merge requests from the same project. + - Render Note field hints consistently for "new" and "edit" forms v 7.13.0 - Remove repository graph log to fix slow cache updates after push event (Stan Hu) |