Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-04 14:09:24 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-07-04 14:09:24 +0300
commit25dd39f8cfb33c643cef2389b1d9d8f2a4efe915 (patch)
tree78e094be62c53768a9074b66c88a8c8c241c9456 /CHANGELOG
parent79d7e71487db07926065f17c0430df2e8a9fc574 (diff)
Add a new column `artifacts_size` to table `ci_builds` !4964
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6506f49174a..b2ba9dfed79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.10.0 (unreleased)
- Replace Haml with Hamlit to make view rendering faster. !3666
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
- Add Sidekiq queue duration to transaction metrics.
+ - Add a new column `artifacts_size` to table `ci_builds` !4964
- Make images fit to the size of the viewport !4810
- Fix check for New Branch button on Issue page !4630 (winniehell)
- Fix MR-auto-close text added to description. !4836