diff options
author | Phil Hughes <me@iamphill.com> | 2016-10-07 13:07:10 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-11-01 08:41:44 +0000 |
commit | dec4376027266ca15798d9feab8f997b879d22d4 (patch) | |
tree | 34d0a597d6d26c69957c38916572a8785d56b8d9 /CHANGELOG.md | |
parent | b328c7885532ccff70e1f9f7dc970a8dde0c52d6 (diff) | |
download | gitlab-ce-dec4376027266ca15798d9feab8f997b879d22d4.tar.gz |
Updated Sortable JS pluginsortable-version-update
Fixes an issue in Safari that stops issues from being draggable
Closes #23048
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ddecc98b..9491be9cd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Escape ref and path for relative links !6050 (winniehell) - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) - 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) |