Update CHANGELOG.md for 13.3.2

[ci skip]
parent e01ca1ed
...@@ -2,6 +2,21 @@ ...@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. 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.1 (2020-08-25) ## 13.3.1 (2020-08-25)
### Fixed (2 changes) ### Fixed (2 changes)
......
---
title: Scope incident issue counts by given project or group
merge_request: 40700
author:
type: fixed
---
title: Fix snippet save button disabled with empty file path
merge_request: 40412
author:
type: fixed
---
title: Fix race condition in concurrent backups
merge_request: 39894
author:
type: fixed
---
title: Display upcoming database deprecation warning only if current database version minimum is not met
merge_request: 38225
author:
type: removed
---
title: Prevent accidental group deletion if path rename fails
merge_request: 40353
author:
type: fixed
---
title: Fix exception handling when a concurrent backup fails
merge_request: 40451
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment