Skip to content
Snippets Groups Projects
Commit d7983cd3 authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot
Browse files

Update CHANGELOG.md for 13.3.2

[ci skip]
parent 3860e0b5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.1 (2020-08-25)
 
### Fixed (2 changes)
Loading
Loading
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment