Update CHANGELOG.md for 12.0.2

[ci skip]
上级 2524ec9a
...@@ -2,6 +2,23 @@ ...@@ -2,6 +2,23 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. 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) ## 12.0.1 (2019-06-24)
- No changes. - No changes.
......
---
title: Fix missing API notification flags for Microsoft Teams
merge_request: 29824
author: Seiji Suenaga
type: fixed
---
title: Include the GitLab version in the cache key for Gitlab::JsonCache
merge_request: 29938
author:
type: fixed
---
title: Fixed 'diff version changes' link not working
merge_request: 29825
author:
type: fixed
---
title: Fix label serialization in issue and note hooks
merge_request: 29850
author:
type: fixed
---
title: Fix comment emails not respecting group-level notification email
merge_request:
author:
type: fixed
---
title: Omit issues links in merge request entity API response
merge_request: 29917
author:
type: performance
---
title: Silence backup warnings when CRON=1 in use
merge_request: 30033
author:
type: fixed
---
title: Prevent EE backport migrations from running if CE is not migrated
merge_request: 30002
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册