summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-08-05 18:54:20 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-08-05 18:54:20 +0000
commit59565719bc4d9cf9aa5fc3396ae941daa1a80d59 (patch)
tree0b22ae522b00e310e565692ab401cf20053c44df
parent8765d2f9ca94533c69edc90e41fc25fa5e98e018 (diff)
parenta55aaabcf7970e15b574c3b9dc130f22113c403f (diff)
downloadgitlab-ce-59565719bc4d9cf9aa5fc3396ae941daa1a80d59.tar.gz
Merge branch 'issuable-dropdowns-changelog' into 'master'
Added changelog item for issuable form dropdowns ## What does this MR do? Adds CHANGELOG item about the new dropdowns in the issuable form See merge request !5266
-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)