Update CHANGELOG.md for 13.3.2

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2020-08-28 14:19:32 +00:00
parent f0c0458b3c
commit 9f8061811b
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.3.2 (2020-08-28)
### Removed (1 change)
- Display upcoming database deprecation warning only if current database version minimum is not met. !38225
### Fixed (5 changes)
- Fix race condition in concurrent backups. !39894
- Prevent accidental group deletion if path rename fails. !40353
- Fix snippet save button disabled with empty file path. !40412
- Fix exception handling when a concurrent backup fails. !40451
- Scope incident issue counts by given project or group. !40700
## 13.3.0 (2020-08-22)
### Security (2 changes)

View File

@ -1,5 +0,0 @@
---
title: Scope incident issue counts by given project or group
merge_request: 39914
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix snippet save button disabled with empty file path
merge_request: 40412
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix race condition in concurrent backups
merge_request: 39894
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Display upcoming database deprecation warning only if current database version minimum is not met
merge_request: 38225
author:
type: removed

View File

@ -1,5 +0,0 @@
---
title: Prevent accidental group deletion if path rename fails
merge_request: 40353
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix exception handling when a concurrent backup fails
merge_request: 40451
author:
type: fixed