diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-28 17:55:18 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-28 17:55:18 +0000 |
commit | f4fed44f6700aed93015dfeac0ade00a93e8288d (patch) | |
tree | aee92baf368c306e9423acb8e486ce5a30e0594b /CHANGELOG.md | |
parent | f60e6d552c47e3119c57ac77838d0666da38c571 (diff) | |
parent | 32913b74b836c7b689e681a030de00da0552954a (diff) | |
download | gitlab-ce-f4fed44f6700aed93015dfeac0ade00a93e8288d.tar.gz |
Merge branch '22392-add-x-of-y-tasks-completed-on-issuable' into 'master'
add "x of y tasks completed" on issuable
Closes #22392
See merge request !6527
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 525ea451927..efa5a213570 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. - Fix filtering of milestones with quotes in title (airatshigapov) - 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) - Simpler arguments passed to named_route on toggle_award_url helper method - Fix typo in framework css class. !7086 (Daniel Voogsgerd) - New issue board list dropdown stays open after adding a new list |