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-12-10 18:20:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-10 18:20:36 +0300
commit857c6c6a6a9b607b3f261164fa75b084f04d8782 (patch)
treeda87075567a86fc0bc87d655359bb9ed5b3e6371 /CHANGELOG.md
parent0b7c641b03d15aee103221abe4282aabafc586d8 (diff)
Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.3
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 d2ecaa19b49..b676ddad5fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.6.3 (2020-12-10)
+
+### Fixed (5 changes)
+
+- Fix error 500s creating projects concurrently. !48571
+- Fix container_registry url for relative urls. !48661
+- Resolve Members page 500 error after Invitation sent via API. !48937
+- Add different string encoding method in rack middleware. !49044
+- Fix MR rendering issue when user is tool admin and not project member. !49258
+
+### Changed (1 change)
+
+- Update Rake check and docs to require Ruby 2.7. !48552
+
+
## 13.6.2 (2020-12-07)
### Security (10 changes)