Update CHANGELOG.md for 12.0.2
[ci skip]
This commit is contained in:
parent
2524ec9a9a
commit
87b468c254
9 changed files with 17 additions and 40 deletions
17
CHANGELOG.md
17
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.
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix missing API notification flags for Microsoft Teams
|
||||
merge_request: 29824
|
||||
author: Seiji Suenaga
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Include the GitLab version in the cache key for Gitlab::JsonCache
|
||||
merge_request: 29938
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed 'diff version changes' link not working
|
||||
merge_request: 29825
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix label serialization in issue and note hooks
|
||||
merge_request: 29850
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix comment emails not respecting group-level notification email
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Omit issues links in merge request entity API response
|
||||
merge_request: 29917
|
||||
author:
|
||||
type: performance
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Silence backup warnings when CRON=1 in use
|
||||
merge_request: 30033
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Prevent EE backport migrations from running if CE is not migrated
|
||||
merge_request: 30002
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue