summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGeorg G <nilsding@nilsding.org>2016-10-10 16:18:26 +0200
committerGeorg G <nilsding@nilsding.org>2016-10-10 16:18:26 +0200
commit09ccf6cce3e191f5971c96f1ce8b227a8f3682af (patch)
treeef5f10e519ab0b981bc0429418e7ce572cf378f9 /CHANGELOG
parent3530489761fbf892adbf335fe65c0c73b978da39 (diff)
downloadgitlab-ce-09ccf6cce3e191f5971c96f1ce8b227a8f3682af.tar.gz
Use Linguist::Language[] instead of creating a hash
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 392a356c79a..e81df2fbf11 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,6 +36,7 @@ v 8.13.0 (unreleased)
- Close open merge request without source project (Katarzyna Kobierska Ula Budziszewska)
- Fix that manual jobs would no longer block jobs in the next stage. !6604
- Add configurable email subject suffix (Fu Xu)
+ - Use defined colour for a language when available !6748 (nilsding)
- Added tooltip to fork count on project show page. (Justin DiPierro)
- Use a ConnectionPool for Rails.cache on Sidekiq servers
- Replace `alias_method_chain` with `Module#prepend`