diff options
author | Robert Speicher <robert@gitlab.com> | 2016-03-29 16:30:55 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-03-29 16:30:55 +0000 |
commit | b1f924c165525f24848df3a7a4119b74fefc6e21 (patch) | |
tree | d7b8cd21dae0ce335ae4e3a34cfa4ea50c226530 /CHANGELOG | |
parent | c19195f4858cee08918953e838ed2ae423ac574b (diff) | |
parent | 2fa20f2d4f9dd6b5fd4c55018da243d9a8d0548f (diff) | |
download | gitlab-ce-b1f924c165525f24848df3a7a4119b74fefc6e21.tar.gz |
Merge branch 'handle-nil-description-slack-message' into 'master'
Handle nil descriptions in Slack issue messages
Closes #14676
See merge request !3420
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3289dc99ef9..995b493c8bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ v 8.7.0 (unreleased) - Allow back dating on issues when created through the API - 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.) |