diff options
author | Robert Speicher <robert@gitlab.com> | 2017-09-29 17:22:36 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-09-29 17:22:36 +0000 |
commit | aec1586c05f30c1a81928b441cd63e422752e56c (patch) | |
tree | b26ac92ebec2f4999c0de223b6dc547700f69c84 /CHANGELOG.md | |
parent | c49d19a5dc058a670bdac1e23579fbb44c60bec4 (diff) | |
parent | 1bb332ceb3643f7b129eb3674d1de3c402bbf2cb (diff) | |
download | gitlab-ce-aec1586c05f30c1a81928b441cd63e422752e56c.tar.gz |
Merge branch 'lint-changelog-yaml' into 'master'
Add static analysis job to find invalid YAML in changelogs
See merge request gitlab-org/gitlab-ce!14518
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d08e42b3b65..3321ace28fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,8 @@ entry. - [FIXED] Fixed merge request changes bar jumping. - [FIXED] Improve migrations using triggers. - [FIXED] Fix ConvDev Index nav item and Monitoring submenu regression. +- [FIXED] disabling notifications globally now properly turns off group/project added + emails !13325 - [DEPRECATED] Deprecate custom SSH client configuration for the git user. !13930 - [CHANGED] allow all users to delete their account. !13636 (Jacopo Beschi @jacopo-beschi) - [CHANGED] Use full path of project's avatar in webhooks. !13649 (Vitaliy @blackst0ne Klachkov) |