Add changelog item, fix rubocop issue
This commit is contained in:
parent
5d12189296
commit
8039856d80
2 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ v 8.9.0 (unreleased)
|
||||||
- An indicator is now displayed at the top of the comment field for confidential issues.
|
- An indicator is now displayed at the top of the comment field for confidential issues.
|
||||||
- Show categorised search queries in the search autocomplete
|
- Show categorised search queries in the search autocomplete
|
||||||
- RepositoryCheck::SingleRepositoryWorker public and private methods are now instrumented
|
- RepositoryCheck::SingleRepositoryWorker public and private methods are now instrumented
|
||||||
|
- Dropdown for `.gitlab-ci.yml` templates
|
||||||
- Improve issuables APIs performance when accessing notes !4471
|
- Improve issuables APIs performance when accessing notes !4471
|
||||||
- Add sorting dropdown to tags page !4423
|
- Add sorting dropdown to tags page !4423
|
||||||
- External links now open in a new tab
|
- External links now open in a new tab
|
||||||
|
|
|
@ -9,7 +9,7 @@ module Gitlab
|
||||||
def categories
|
def categories
|
||||||
{
|
{
|
||||||
"General" => '',
|
"General" => '',
|
||||||
"Pages" =>'Pages'
|
"Pages" => 'Pages'
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue