diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-07-04 19:09:24 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-07-04 19:09:24 +0800 |
commit | 25dd39f8cfb33c643cef2389b1d9d8f2a4efe915 (patch) | |
tree | 78e094be62c53768a9074b66c88a8c8c241c9456 | |
parent | 79d7e71487db07926065f17c0430df2e8a9fc574 (diff) | |
download | gitlab-ce-25dd39f8cfb33c643cef2389b1d9d8f2a4efe915.tar.gz |
Add a new column `artifacts_size` to table `ci_builds` !4964
-rw-r--r-- | CHANGELOG | 1 |
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 |