diff options
author | Stan Hu <stanhu@gmail.com> | 2016-03-28 04:15:41 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-03-28 04:15:41 -0700 |
commit | 2fa20f2d4f9dd6b5fd4c55018da243d9a8d0548f (patch) | |
tree | b1941640e2316234e5d353b2bdcae9cdc4574a0f /CHANGELOG | |
parent | 30e4d3ce9a18340c689557cd0c7b5f69e48795d4 (diff) | |
download | gitlab-ce-2fa20f2d4f9dd6b5fd4c55018da243d9a8d0548f.tar.gz |
Handle nil descriptions in Slack issue messages
Closes #14676
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7e9a447a8f6..63d5adedcb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 8.7.0 (unreleased) - Make HTTP(s) label consistent on clone bar (Stan Hu) - Fix avatar stretching by providing a cropping feature - Add links to CI setup documentation from project settings and builds pages + - Handle nil descriptions in Slack issue messages (Stan Hu) - Implement 'Groups View' as an option for dashboard preferences !3379 (Elias W.) - Implement 'TODOs View' as an option for dashboard preferences !3379 (Elias W.) |