summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-04 03:01:26 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-04 03:01:26 +0800
commit17a6f942e0119ee8f1fab5b0476c73fd61a98191 (patch)
tree6cea2e8a259b0b1cd1430e2204cd627689e7cf15
parent00800f4dd38ed6827ff413d8bdfa8112c27cfa03 (diff)
downloadgitlab-ce-17a6f942e0119ee8f1fab5b0476c73fd61a98191.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG.md1
-rw-r--r--changelogs/unreleased/pipeline-notifications.yml6
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c193bfb9dc..82ede293a72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,6 @@ Please view this file on the master branch, on stable branches it's out of date.
- Hides project activity tabs when features are disabled
- Only show one error message for an invalid email !5905 (lycoperdon)
- Added guide describing how to upgrade PostgreSQL using Slony
-- Add CI notifications. Who triggered a pipeline would receive an email after the pipeline is succeeded or failed. Users could also update notification settings accordingly. !6342
- Fix sidekiq stats in admin area (blackst0ne)
- Added label description as tooltip to issue board list title
- Created cycle analytics bundle JavaScript file
diff --git a/changelogs/unreleased/pipeline-notifications.yml b/changelogs/unreleased/pipeline-notifications.yml
new file mode 100644
index 00000000000..e415444020f
--- /dev/null
+++ b/changelogs/unreleased/pipeline-notifications.yml
@@ -0,0 +1,6 @@
+---
+title: Add CI notifications. Who triggered a pipeline would receive an email after
+ the pipeline is succeeded or failed. Users could also update notification settings
+ accordingly
+merge_request: 6342
+author: Lin Jen-Shin