summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-14 13:23:02 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-17 19:47:03 +0200
commit81f6e6e7768bed7fb63b1a8516dd0d0daf14f5d9 (patch)
tree3fd194cdf32b5dc43f84c2cf11a13999e6ae1d5c
parent22ef066862bffc443baf8a630b0752ce37dab01c (diff)
downloadgitlab-ce-fix/build-erase-race-condition.tar.gz
Add Changelog entry to fix for removing artifactsfix/build-erase-race-condition
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd37d9bcde6..45b17a9f219 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@ 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)
- Truncate long labels with ellipsis in labels page