Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-08-28 17:19:30 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-08-28 17:19:30 +0300
commit40d745103c8d1c0c757694c8e0fef0efa6c422ff (patch)
tree38eb4d7ee81d46213aceae11504b9d386b224f8e /CHANGELOG.md
parente01ca1edbaa9f72b7d8ce98b9eb18de92ca3def8 (diff)
Update CHANGELOG.md for 13.3.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
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)