diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2020-08-28 14:19:30 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2020-08-28 14:19:30 +0000 |
commit | 40d745103c8d1c0c757694c8e0fef0efa6c422ff (patch) | |
tree | 38eb4d7ee81d46213aceae11504b9d386b224f8e /CHANGELOG.md | |
parent | e01ca1edbaa9f72b7d8ce98b9eb18de92ca3def8 (diff) | |
download | gitlab-ce-40d745103c8d1c0c757694c8e0fef0efa6c422ff.tar.gz |
Update CHANGELOG.md for 13.3.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a0b061a29..60e1d7820da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) |