Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-25 22:13:25 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-04-25 22:13:25 +0300
commitd809507e0558465a83792ad60634379b34a3a25a (patch)
tree67fa5b680c700306c2577409e750d6c0044f119a /CHANGELOG
parentaf569f32e99061ca3b08dffcc373a05ac62dd76b (diff)
parent6e9ce9a6cd826f409af11ce2cadcfc6b5143bd1a (diff)
Merge branch 'issue_14904' into 'master'
Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 533e8ecfebc..d6353d34395 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -118,6 +118,7 @@ v 8.7.0
- Show number sign on external issue reference text (Florent Baldino)
- Updated print style for issues
- Use GitHub Issue/PR number as iid to keep references
+ - Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project
- Import GitHub labels
- Add option to filter by "Owned projects" on dashboard page
- Import GitHub milestones