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 <robert+release-tools@gitlab.com>2018-10-15 15:51:50 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-10-15 15:51:50 +0300
commit4321d70d24a6a7dc99f80fa4211ba6250504d99b (patch)
treec0ead6ccd0ae751fd8c9eaa74d8df3b32b10a5fc
parent87589dee9230674ab25170033e51799ec77ae5c4 (diff)
Update CHANGELOG.md for 11.3.5
[ci skip]
-rw-r--r--CHANGELOG.md8
-rw-r--r--changelogs/unreleased/51958-fix-mr-discussion-loading.yml5
-rw-r--r--changelogs/unreleased/sh-fix-project-deletion-with-export.yml5
3 files changed, 8 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcc2c01931d..43691af1877 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.3.5 (2018-10-15)
+
+### Fixed (2 changes)
+
+- Fix loading issue on some merge request discussion. !21982
+- Fix project deletion when there is a export available. !22276
+
+
## 11.3.3 (2018-10-04)
- No changes.
diff --git a/changelogs/unreleased/51958-fix-mr-discussion-loading.yml b/changelogs/unreleased/51958-fix-mr-discussion-loading.yml
deleted file mode 100644
index f80ee51291d..00000000000
--- a/changelogs/unreleased/51958-fix-mr-discussion-loading.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix loading issue on some merge request discussion
-merge_request: 21982
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-fix-project-deletion-with-export.yml b/changelogs/unreleased/sh-fix-project-deletion-with-export.yml
deleted file mode 100644
index b9437f8ad6a..00000000000
--- a/changelogs/unreleased/sh-fix-project-deletion-with-export.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix project deletion when there is a export available
-merge_request: 22276
-author:
-type: fixed