summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2015-11-10 22:04:08 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2015-11-10 22:04:08 +0000
commitdfa09789061bbd3891c17ebbcc23f7bd6b95336c (patch)
tree260e1721170d25a3588d20b29b92a62364469671 /CHANGELOG
parent83ec84946ca8b0b71ae201de65991635c50dd518 (diff)
parente8d97eb118ecbfe2a77abf2dcd56d7ab1cfac62a (diff)
downloadgitlab-ce-dfa09789061bbd3891c17ebbcc23f7bd6b95336c.tar.gz
Merge branch 'ci-build-name-in-notification-email' into 'master'
Send build name and stage in CI notification e-mail See merge request !1776
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 74d94a8ce4a..dc8585cf3a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ v 8.2.0 (unreleased)
- Fix: Inability to reply to code comments in the MR view, if the MR comes from a fork
- Use git follow flag for commits page when retrieve history for file or directory
- Show merge request CI status on merge requests index page
+ - Send build name and stage in CI notification e-mail
- Extend yml syntax for only and except to support specifying repository path
- Enable shared runners to all new projects
- Fix: 500 error returned if destroy request without HTTP referer (Kazuki Shimizu)