summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-15 10:24:23 +0100
committerJacob Schatz <jschatz1@gmail.com>2016-08-05 14:08:05 -0400
commita55aaabcf7970e15b574c3b9dc130f22113c403f (patch)
tree0b22ae522b00e310e565692ab401cf20053c44df
parent8765d2f9ca94533c69edc90e41fc25fa5e98e018 (diff)
downloadgitlab-ce-a55aaabcf7970e15b574c3b9dc130f22113c403f.tar.gz
Added changelog item for issuable form dropdowns
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b6532cafbcd..48235e2c1f7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -169,6 +169,9 @@ v 8.10.0
- Fix check for New Branch button on Issue page. !4630 (winniehell)
- Fix GFM autocomplete not working on wiki pages
- Fixed enter key not triggering click on first row when searching in a dropdown
+ - Updated dropdowns in issuable form to use new GitLab dropdown style
+ - Make images fit to the size of the viewport !4810
+ - Fix check for New Branch button on Issue page !4630 (winniehell)
- Fix MR-auto-close text added to description. !4836
- Support U2F devices in Firefox. !5177
- Fix issue, preventing users w/o push access to sort tags. !5105 (redetection)