diff options
author | Jeroen Jacobs <git@jeroenj.be> | 2016-02-12 21:41:31 +0100 |
---|---|---|
committer | Jeroen Jacobs <git@jeroenj.be> | 2016-05-20 11:30:03 +0200 |
commit | 7880a300dc9ef3fcceb7f1a6af6a6500b0b46e5c (patch) | |
tree | 3aac27ae9ecedf438cd36356985ea4ca02c21153 /CHANGELOG | |
parent | f26389a02a48a53cccb3bb7dd1d7bcd4858c118d (diff) | |
download | gitlab-ce-7880a300dc9ef3fcceb7f1a6af6a6500b0b46e5c.tar.gz |
Allows MR authors to have the source branch removed when merging the MR
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4c810ab21f2..ca33eeef8d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -65,6 +65,7 @@ v 8.8.0 (unreleased) - All Grape API helpers are now instrumented - Improve Issue formatting for the Slack Service (Jeroen van Baarsen) - Fixed advice on invalid permissions on upload path !2948 (Ludovic Perrine) + - Allows MR authors to have the source branch removed when merging the MR. !2801 (Jeroen Jacobs) v 8.7.6 - Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko) |