Update CHANGELOG.md for 13.2.1

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2020-07-23 19:38:49 +00:00
parent cf54590cbe
commit 777860e199
7 changed files with 15 additions and 30 deletions

View File

@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.2.1 (2020-07-23)
### Fixed (4 changes)
- Resolve Pasting an image into a comment also uploads design. !37171
- Fix merge request approvals for EE without a license. !37246
- Fix local Tiller not being default-enabled on the frontend. !37494
- Fix missing path for avatars of bots. !37671
### Changed (2 changes)
- Limit database deprecation notice window. !37009
- Shorten 'enable LFS' manage for design management. !37385
## 13.2.0 (2020-07-22)
### Security (3 changes)

View File

@ -1,5 +0,0 @@
---
title: Resolve Pasting an image into a comment also uploads design
merge_request: 37171
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix missing path for avatars of bots
merge_request: 37671
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Shorten 'enable LFS' manage for design management
merge_request: 37385
author:
type: changed

View File

@ -1,5 +0,0 @@
---
title: Fix local Tiller not being default-enabled on the frontend
merge_request: 37494
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix merge request approvals for EE without a license
merge_request: 37246
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Limit database deprecation notice window
merge_request: 37009
author:
type: changed