diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-03 14:29:31 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-03 14:29:31 +0300 |
commit | e097812f5778b87fc7fd285908e1ab47ff523c91 (patch) | |
tree | d307b880f72f76752c2590bbdde963165c9c8966 /CHANGELOG | |
parent | 644b4c97e94a0d5009e0af659c8e3f3921fc336a (diff) | |
parent | e6ee8d0ebebc217e247558507eac619931a47121 (diff) | |
download | gitlab-ce-e097812f5778b87fc7fd285908e1ab47ff523c91.tar.gz |
Merge pull request #9234 from dsander/group-milestones-by-title
Group milestones by title in the dashboard and all other issue views
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 08a75eb8b36..75e7cfe2566 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,7 @@ v 7.11.0 (unreleased) - Don't crash when an MR from a fork has a cross-reference comment from the target project on of its commits. - Include commit comments in MR from a forked project. - Fix adding new group members from admin area + - Group milestones by title in the dashboard and all other issue views. - Add default project and snippet visibility settings to the admin web UI. - Show incompatible projects in Google Code import status (Stan Hu) - Fix bug where commit data would not appear in some subdirectories (Stan Hu) |