Add changelog item, fix rubocop issue

This commit is contained in:
Z.J. van de Weg 2016-06-16 10:09:41 +02:00 committed by Alfredo Sumaran
parent 5d12189296
commit 8039856d80
2 changed files with 2 additions and 1 deletions

View file

@ -102,6 +102,7 @@ v 8.9.0 (unreleased)
- An indicator is now displayed at the top of the comment field for confidential issues.
- Show categorised search queries in the search autocomplete
- RepositoryCheck::SingleRepositoryWorker public and private methods are now instrumented
- Dropdown for `.gitlab-ci.yml` templates
- Improve issuables APIs performance when accessing notes !4471
- Add sorting dropdown to tags page !4423
- External links now open in a new tab

View file

@ -9,7 +9,7 @@ module Gitlab
def categories
{
"General" => '',
"Pages" =>'Pages'
"Pages" => 'Pages'
}
end