diff options
author | Stan Hu <stanhu@gmail.com> | 2015-05-28 18:00:37 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-05-29 04:08:08 -0700 |
commit | 5e4384ec9bc5e015c6a5427e337d8f5412e91d1e (patch) | |
tree | 6ebe10b61122e0128027529676df362aadaee77b /CHANGELOG | |
parent | 06250eef2e12ed509b88f3770ae6d3fa4614b74d (diff) | |
download | gitlab-ce-5e4384ec9bc5e015c6a5427e337d8f5412e91d1e.tar.gz |
Support editing target branch of merge request
Closes https://github.com/gitlabhq/gitlabhq/issues/7105
See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/130
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 35724ae6027..faa803c5d8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.12.0 (unreleased) + - Support editing target branch of merge request (Stan Hu) - Refactor permission checks with issues and merge requests project settings (Stan Hu) - Fix Markdown preview not working in Edit Milestone page (Stan Hu) - Fix Zen Mode not closing with ESC key (Stan Hu) |