summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-07 12:20:51 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-07 12:20:51 +0100
commit4c43ba8b1924fcb877a52bd622cd93074ae73584 (patch)
treecb9b8e19a7afe577dabe670e36c21ae54212d4dc
parent12791b9edaae24b0b10ff88edef83f64ac413102 (diff)
downloadgitlab-ce-4c43ba8b1924fcb877a52bd622cd93074ae73584.tar.gz
adds entry to changelog
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4fac555e12a..98bd11af833 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.10.0 (unreleased)
+ - Fix projects dropdown loading performance with a simplified api cal. !5113 (tiagonbotelho)
- Fix commit builds API, return all builds for all pipelines for given commit. !4849
- Replace Haml with Hamlit to make view rendering faster. !3666
- Refactor repository paths handling to allow multiple git mount points