summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/mh-colon-autocomplete.yml
diff options
context:
space:
mode:
authorMartin Hanzel <mhanzel@gitlab.com>2019-06-25 10:19:29 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-06-25 10:19:29 +0000
commitde7abc06511fef0342af256075987903f68567bd (patch)
tree9527aca4e2d130fe30948f137791f12b9ed32343 /changelogs/unreleased/mh-colon-autocomplete.yml
parente3fa9d122b0a593b0c6441a35cbad8ab6c8e70b9 (diff)
downloadgitlab-ce-de7abc06511fef0342af256075987903f68567bd.tar.gz
Allow autocompleting scoped labels
The `:` key will no longer exit out of the autocomplete dialog, allowing auto-completion of labels with colons in them.
Diffstat (limited to 'changelogs/unreleased/mh-colon-autocomplete.yml')
-rw-r--r--changelogs/unreleased/mh-colon-autocomplete.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/mh-colon-autocomplete.yml b/changelogs/unreleased/mh-colon-autocomplete.yml
new file mode 100644
index 00000000000..8b169c22588
--- /dev/null
+++ b/changelogs/unreleased/mh-colon-autocomplete.yml
@@ -0,0 +1,5 @@
+---
+title: Allow auto-completing scoped labels
+merge_request: 29749
+author:
+type: added