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:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-12-28 15:14:30 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-12-28 15:14:30 +0300
commit199151cf787e613c68ecf1572ef260d446231498 (patch)
tree8d90bd5faf8580fa9d20432ebf96f8cfdb631ea7
parent9580ddbc1883ab53c86e8ccd67b5d994d06400da (diff)
Update CHANGELOG.md for 10.3.2
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/sh-fix-mysql-migration-10-3.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e474786d09d..71dbaa98ad1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 10.3.2 (2017-12-28)
+
+### Fixed (1 change)
+
+- Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL.
+
+
## 10.3.1 (2017-12-27)
### Fixed (3 changes)
diff --git a/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml b/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml
deleted file mode 100644
index d3d1d2f8256..00000000000
--- a/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL
-merge_request:
-author:
-type: fixed