Commit 6689552c authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@13-4-stable-ee

parent cf07732e
......@@ -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.2 (2020-10-01)
### Security (14 changes)
......
13.4.2
13.4.3
\ No newline at end of file
---
title: use create_wiki method on ensure_wiki_exists in update_service
merge_request: 42910
author:
type: fixed
---
title: Exclude 2FA from upload#show routes and 404s
merge_request: 42784
author:
type: fixed
---
title: Fix large backups not working with Azure Blob storage
merge_request: 44233
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment