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:32 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-08-28 17:19:32 +0300
commit9f8061811b2ab29fc6e48a8845eaf531b40d037a (patch)
tree8d2434f5878c4b639e887e92ff161dd977a8e983 /CHANGELOG.md
parentf0c0458b3c73fb72de899ae4d6e9b2d47872decd (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 d7bb4ac918d..ef36b27f167 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.0 (2020-08-22)
### Security (2 changes)