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>2019-06-26 19:38:39 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-06-26 19:38:39 +0300
commit69fed9316f0a37f4213827ea7ea1bc6910886984 (patch)
tree27ab65c2fec4b23ae67c453b11fee4b38689773d
parentb3d31fcfb94e42b5896996dbc143d5387159587e (diff)
Update CHANGELOG.md for 11.11.4
[ci skip]
-rw-r--r--CHANGELOG.md9
-rw-r--r--changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml5
-rw-r--r--changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml5
-rw-r--r--changelogs/unreleased/sh-fix-fogbugz-import.yml5
4 files changed, 9 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 072ded6134f..bcb344a73b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.11.4 (2019-06-26)
+
+### Fixed (3 changes)
+
+- Fix Fogbugz Importer not working. !29383
+- Fix scrolling to top on assignee change. !29500
+- Fix IDE commit using latest ref in branch and overriding contents. !29769
+
+
## 11.11.3 (2019-06-10)
### Fixed (5 changes)
diff --git a/changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml b/changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml
deleted file mode 100644
index f7e0ee333aa..00000000000
--- a/changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix IDE commit using latest ref in branch and overriding contents
-merge_request: 29769
-author:
-type: fixed
diff --git a/changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml b/changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml
deleted file mode 100644
index 4125b4241e6..00000000000
--- a/changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix scrolling to top on assignee change
-merge_request: 29500
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-fix-fogbugz-import.yml b/changelogs/unreleased/sh-fix-fogbugz-import.yml
deleted file mode 100644
index 1ac730fca24..00000000000
--- a/changelogs/unreleased/sh-fix-fogbugz-import.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix Fogbugz Importer not working
-merge_request: 29383
-author:
-type: fixed