diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2019-06-25 20:26:39 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2019-06-25 20:26:39 +0000 |
commit | 87b468c254e3e1e3b6b1d86e003f1f90a39935a2 (patch) | |
tree | 2d8ad68d5e1cf88b0763e422227c97a3fee00158 /CHANGELOG.md | |
parent | 2524ec9a9a0ebdb8dc3790d2596a0b992b1d841f (diff) | |
download | gitlab-ce-87b468c254e3e1e3b6b1d86e003f1f90a39935a2.tar.gz |
Update CHANGELOG.md for 12.0.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 118034867ad..0d30fc6553f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 12.0.2 (2019-06-25) + +### Fixed (7 changes, 1 of them is from the community) + +- Fix missing API notification flags for Microsoft Teams. !29824 (Seiji Suenaga) +- Fixed 'diff version changes' link not working. !29825 +- Fix label serialization in issue and note hooks. !29850 +- Include the GitLab version in the cache key for Gitlab::JsonCache. !29938 +- Prevent EE backport migrations from running if CE is not migrated. !30002 +- Silence backup warnings when CRON=1 in use. !30033 +- Fix comment emails not respecting group-level notification email. + +### Performance (1 change) + +- Omit issues links in merge request entity API response. !29917 + + ## 12.0.1 (2019-06-24) - No changes. |