summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-10-20 17:15:38 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-10-20 17:15:38 +0800
commita87b6cc3f550dff2fd4189970a3d2456052987a3 (patch)
tree3a525b620b0e6f4114afac032112a0a4a7859eb2
parente5de4c77acbc128d1e8b8a0c3e469542ead8202f (diff)
downloadgitlab-ce-a87b6cc3f550dff2fd4189970a3d2456052987a3.tar.gz
Move CHANGELOG entry
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b65f5842b4..ae990fcc44c 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.14.0 (2016-11-22)
- Adds user project membership expired event to clarify why user was removed (Callum Dryden)
+ - 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
## 8.13.0 (2016-10-22)
@@ -30,7 +31,6 @@ Please view this file on the master branch, on stable branches it's out of date.
- The instrumentation for Banzai::Renderer has been restored
- Change user & group landing page routing from /u/:username to /:username
- Added documentation for .gitattributes files
- - 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
- Move Pipeline Metrics to separate worker
- AbstractReferenceFilter caches project_refs on RequestStore when active
- Replaced the check sign to arrow in the show build view. !6501