summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-25 12:57:56 +0100
committerPhil Hughes <me@iamphill.com>2016-10-25 12:57:56 +0100
commitcabc131cfbee72e3a1eaae94619dcf1e3cc59d5a (patch)
tree98b1b8cca621b87b4818018e4ec7bfadd63c8ca0 /CHANGELOG.md
parentf289983db6dd0b3d237ad35f5359ecd6e09cb3ea (diff)
downloadgitlab-ce-cabc131cfbee72e3a1eaae94619dcf1e3cc59d5a.tar.gz
Stop unauthized users dragging on issue boardsboard-dragging-disabled
Closes #23763
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21f2bec867f..a8603170355 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,7 +23,8 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fixed hidden pipeline graph on commit and MR page !6895
- Expire and build repository cache after project import
- Fix 404 for group pages when GitLab setup uses relative url
- - Simpler arguments passed to named_route on toggle_award_url helper method
+ - Simpler arguments passed to named_route on toggle_award_url helper method
+ - Fix unauthorized users dragging on issue boards
- Better handle when no users were selected for adding to group or project. (Linus Thiel)
- Only show register tab if signup enabled.