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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-18 12:15:44 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-18 12:16:20 +0300
commitb63b13f930804c83682f6424b8dddf2236649d6d (patch)
treed970fdc28b0d06c31e67fb799cbc3aa7ce342c20 /CHANGELOG.md
parent81f6e6e7768bed7fb63b1a8516dd0d0daf14f5d9 (diff)
Fix Changelog entry for fix to CI artifacts erase
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45b17a9f219..a2b8641d12f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,6 @@ Please view this file on the master branch, on stable branches it's out of date.
## 8.13.0 (2016-10-22)
-v 8.13.0 (unreleased)
- Avoid race condition when asynchronously removing expired artifacts. (!6881)
- Improve Merge When Build Succeeds triggers and execute on pipeline success. (!6675)
- Respond with 404 Not Found for non-existent tags (Linus Thiel)