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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-09 18:24:16 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-17 20:07:09 +0300
commite7221ad66efeb0f7d263ead7ed523d194243fb09 (patch)
treefd928a1510e39af86eba78fbcc5aa014e793ff9e /CHANGELOG
parent9b7fd74805684c09d8de314d4eee67b470cb57eb (diff)
Added shortcut to help shortcuts view
Updated shortcuts.png for docs Updated CHANGELOG Moved CHANGELOG entry updated shortcut docs
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b12ba9f31b1..fbbccf75112 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -72,6 +72,7 @@ v 8.9.0 (unreleased)
- Projects pending deletion will render a 404 page
- Measure queue duration between gitlab-workhorse and Rails
- Added Gfm autocomplete for labels
+ - Added edit note 'up' shortcut documentation to the help panel and docs screenshot #18114
- Make Omniauth providers specs to not modify global configuration
- Remove unused JiraIssue class and replace references with ExternalIssue. !4659 (Ilan Shamir)
- Make authentication service for Container Registry to be compatible with < Docker 1.11