Commit 8039856d authored by Z.J. van de Weg's avatar Z.J. van de Weg Committed by Alfredo Sumaran

Add changelog item, fix rubocop issue

parent 5d121892
...@@ -102,6 +102,7 @@ v 8.9.0 (unreleased) ...@@ -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 ...@@ -9,7 +9,7 @@ module Gitlab
def categories def categories
{ {
"General" => '', "General" => '',
"Pages" =>'Pages' "Pages" => 'Pages'
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment