diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-18 08:39:19 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-21 07:00:55 -0700 |
commit | ea5c25bb4ed46decde33c86e618f0b18dd55dae3 (patch) | |
tree | d89f757d60ca9a599405d83c51f126f7d30ca4f0 /CHANGELOG | |
parent | abaa65efc1f912ffef05ccaf1e92dc009f828278 (diff) | |
download | gitlab-ce-ea5c25bb4ed46decde33c86e618f0b18dd55dae3.tar.gz |
Remove milestones from merge requests when milestones are deleted
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 31b2a759d40..ceebdc12d0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.0.0 (unreleased) - Fix Markdown links not showing up in dashboard activity feed (Stan Hu) + - Remove milestones from merge requests when milestones are deleted (Stan Hu) - Fix HTML link that was improperly escaped in new user e-mail (Stan Hu) - Fix broken sort in merge request API (Stan Hu) - Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs (Stan Hu) |