summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-11 18:18:39 +0000
committerRémy Coutable <remy@rymai.me>2016-10-11 18:18:39 +0000
commita368450a07e208ee80832b296f53740535689b5e (patch)
tree9e6b208cb66d82d162ddea0268efaa0a4c91385a /CHANGELOG
parent3d253e5cb3b9ccfe88ef97607399ff6fa7b7a48d (diff)
parent8213fc6a744cb5c9fa4c7461dbf1a96f48898662 (diff)
downloadgitlab-ce-a368450a07e208ee80832b296f53740535689b5e.tar.gz
Merge branch 'allow_multiple_labels_commands' into 'master'
allow multiple labels commands ### What does this MR do? This MR should add multiple command support for all label related commands. ### What are the relevant issue numbers? Closes #22965 See merge request !6780
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2c88d2b2ac9..48eaa328f23 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -93,6 +93,7 @@ v 8.13.0 (unreleased)
- Ability to batch assign issues relating to a merge request to the author. !5725 (jamedjo)
- Changed Slack service user referencing from full name to username (Sebastian Poxhofer)
- Retouch environments list and deployments list
+ - Add multiple command support for all label related slash commands !6780 (barthc)
- Add Container Registry on/off status to Admin Area !6638 (the-undefined)
- Allow empty merge requests !6384 (Artem Sidorenko)
- Grouped pipeline dropdown is a scrollable container