diff options
author | Robert Speicher <robert@gitlab.com> | 2015-11-19 16:45:45 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-11-19 16:45:45 +0000 |
commit | 3a85c93a7a077312aa13c0078c6b32719eb930ae (patch) | |
tree | d6e5143df5d2469f643b2a8103333f1263191821 /CHANGELOG | |
parent | 547240e11ee2a05e68267187117f0f0d4a5695e7 (diff) | |
parent | f3cfd20952411dc7302c78933346a9a11d8e58af (diff) | |
download | gitlab-ce-3a85c93a7a077312aa13c0078c6b32719eb930ae.tar.gz |
Merge branch 'dirceu/gitlab-ce-new-merge-request-from-file-edit' into 'master'
Add option to create merge request when editing/creating a file
Replaces !1611
Fixes #3059
See merge request !1820
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index ea8d5d6000f..28619140e9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -54,6 +54,7 @@ v 8.2.0 - Fix trailing whitespace issue in merge request/issue title - Fix bug when milestone/label filter was empty for dashboard issues page - Add ability to create milestone in group projects from single form + - Add option to create merge request when editing/creating a file (Dirceu Tiegs) - Prevent the last owner of a group from being able to delete themselves by 'adding' themselves as a master (James Lopez) v 8.1.4 |