summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-11-02 17:09:16 +0000
committerFatih Acet <acetfatih@gmail.com>2016-11-02 17:09:16 +0000
commit99a12e120953c7b11d35a65e002a7906f30a99cb (patch)
treeb4e0083d8ec7125992c959abaab851e83ca76204 /CHANGELOG.md
parent06bb79456cff992c869d9bdc4904f317de4ba4d8 (diff)
parentdec4376027266ca15798d9feab8f997b879d22d4 (diff)
downloadgitlab-ce-99a12e120953c7b11d35a65e002a7906f30a99cb.tar.gz
Merge branch 'sortable-version-update' into 'master'
Updated Sortable JS plugin ## What does this MR do? Updates Sortable JS plugin for issue boards. The older version stopped the issue cards being draggable. ## What are the relevant issue numbers? Closes #23048 See merge request !6734
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be53e622705..36ec61dd46f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose)
- Fix broken issue/merge request links in JIRA comments. !6143 (Brian Kintz)
- Fix filtering of milestones with quotes in title (airatshigapov)
+- Fix issue boards dragging bug in Safari
- Refactor less readable existance checking code from CoffeeScript !6289 (jlogandavison)
- Update mail_room and enable sentinel support to Reply By Email (!7101)
- Add task completion status in Issues and Merge Requests tabs: "X of Y tasks completed" (!6527, @gmesalazar)