summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-08-19 16:00:47 +0000
committerRobert Speicher <robert@gitlab.com>2016-08-19 16:00:47 +0000
commit4ecfd74fff060a3a6aaa16ace3b3360c74ed893a (patch)
treecf00c098be86aececef51761473f627109d35018 /CHANGELOG
parent55cd2e791bfeb90548e1cd4c142213470f1f2aac (diff)
parentd1b987fd05ef650cfb227da5828a1cd4fc811436 (diff)
downloadgitlab-ce-4ecfd74fff060a3a6aaa16ace3b3360c74ed893a.tar.gz
Merge branch 'label-tooltip-sidebar-collapsed' into 'master'
Added tooltip to label value in collapsed sidebar ## What does this MR do? Adds a list of the issuables labels to a tooltip in the collapsed sidebar. Limited to 5 otherwise the list could get crazy long. Closes #19398 See merge request !5232
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 941e85f68d7..ec6246a0681 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ v 8.11.0 (unreleased)
- API: Endpoints for enabling and disabling deploy keys
- API: List access requests, request access, approve, and deny access requests to a project or a group. !4833
- Use long options for curl examples in documentation !5703 (winniehell)
+ - Added tooltip listing label names to the labels value in the collapsed issuable sidebar
- Remove magic comments (`# encoding: UTF-8`) from Ruby files. !5456 (winniehell)
- Fix badge count alignment (ClemMakesApps)
- GitLab Performance Monitoring can now track custom events such as the number of tags pushed to a repository