diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-02-17 17:20:35 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-02-17 17:20:35 +0000 |
commit | ff28ac9c18231c54b9a925d26915bf3e29548ddd (patch) | |
tree | 89697763f12c8ee59296f1833a95be77246ecc73 /CHANGELOG | |
parent | 879d66b6ab5cfd75e9b126f825b2e165b48a9ff1 (diff) | |
parent | 9823d00e0b13224ae9e820e7d3f9fade69201e99 (diff) | |
download | gitlab-ce-ff28ac9c18231c54b9a925d26915bf3e29548ddd.tar.gz |
Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master'
Add ability to see and sort on vote count from Issues and MR lists
Fixes #3763
* Sort options
![Sort Options](/uploads/df6543d574d4df8bf7e4496a876e2930/sort.png)
* Most popular
![Most popular](/uploads/bb92cc2fbef7b6b806dcdf8c52778fdd/most-popular.png)
* Least popular
![Least popular](/uploads/7988ed451922c81dc228419b5edbd7cd/least-popular.png)
See merge request !2781
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 74bc366d203..08a9b8df4a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,6 +62,7 @@ v 8.5.0 (unreleased) - Replaces "Create merge request" link with one to the "Merge Request" when one exists - Fix CI builds badge, add a new link to builds badge, deprecate the old one - Fix broken link to project in build notification emails + - Ability to see and sort on vote count from Issues and MR lists v 8.4.4 - Update omniauth-saml gem to 1.4.2 |