summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-18 12:59:16 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-18 12:59:16 +0200
commite01e2ad5d3371ee6ebdceedf023e1052aa9e6c06 (patch)
tree6a3a821fa50a9d9c434d0a461680f352fcef2289
parentb8a49e574a5cf513042f8e12d536d25fe08da801 (diff)
downloadgitlab-ce-fix/pipeline-settings-page.tar.gz
Add Changelog entry for pipeline settings button fixfix/pipeline-settings-page
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90379e011d6..a33c837a1b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
## 8.13.0 (2016-10-22)
+ - Fix save button on project pipeline settings page. (!6955)
- 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)