diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-10 12:01:29 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-10 12:01:51 +0100 |
commit | e8d97eb118ecbfe2a77abf2dcd56d7ab1cfac62a (patch) | |
tree | 571ab0cdc5bbb3aa0181b6bdc8591ead77e81418 /CHANGELOG | |
parent | 354b69dde2ba399a4269a0f544fd7a4e399d8b7e (diff) | |
download | gitlab-ce-e8d97eb118ecbfe2a77abf2dcd56d7ab1cfac62a.tar.gz |
Send build name and stage in CI notification e-mailci-build-name-in-notification-email
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index d11076f4848..19850b58f79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,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) |