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 Bot <gitlab-bot@gitlab.com>2020-10-06 18:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-06 18:08:33 +0300
commit4d922922a97e5ac6a1617aba00642ad7657d2727 (patch)
tree7d1756c03d9c7654c42071c6b252bb7af1c9f55b /CHANGELOG.md
parent6ab9cdec264a9caf7e4eb5519fcae5ac65a18b15 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb07c3e86ff..de4ab457315 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.4.3 (2020-10-06)
+
+### Fixed (3 changes)
+
+- Exclude 2FA from upload#show routes and 404s. !42784
+- use create_wiki method on ensure_wiki_exists in update_service. !42910
+- Fix large backups not working with Azure Blob storage. !44233
+
+
## 13.4.0 (2020-09-22)
### Security (2 changes, 1 of them is from the community)