diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-31 15:26:00 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-31 15:26:00 +0200 |
commit | bc621eef541139502201884e49a03f9467ab08fc (patch) | |
tree | 1d9158abbdfc1f71b3a8b6f77f212bc0d81c8910 /CHANGELOG | |
parent | ba81c91255aac2d724ceb94e3eb91f912227e2eb (diff) | |
download | gitlab-ce-bc621eef541139502201884e49a03f9467ab08fc.tar.gz |
Pipelines can be canceled only when there are running builds
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 98e24dc63b1..1c09393f14e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,7 @@ v 8.9.0 (unreleased) - Fix issues filter when ordering by milestone - Todos will display target state if issuable target is 'Closed' or 'Merged' - Remove 'main language' feature + - Pipelines can be canceled only when there are running builds - Projects pending deletion will render a 404 page - Measure queue duration between gitlab-workhorse and Rails - Make authentication service for Container Registry to be compatible with < Docker 1.11 |