diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-06-13 11:52:39 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-06-13 11:52:39 +0000 |
commit | c03f12590440c4071151d0097299c3f3dd50c5c7 (patch) | |
tree | c2a562e1dd53d19f3a9b685496213b646e1461b5 /CHANGELOG | |
parent | 65df6bcb898e067e380658431136b5ef9aaba3b0 (diff) | |
parent | 39ead205de72461e86db07525922f2fab5fff2a9 (diff) | |
download | gitlab-ce-c03f12590440c4071151d0097299c3f3dd50c5c7.tar.gz |
Merge branch 'issue_3359_2' into 'master'
Remove notification level from user model
part of #3359
See merge request !4494
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 364690286e1..549b8ea707d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,7 @@ v 8.9.0 (unreleased) - Improve error handling importing projects - Remove duplicated notification settings - Put project Files and Commits tabs under Code tab + - Decouple global notification level from user model - Replace Colorize with Rainbow for coloring console output in Rake tasks. - Add workhorse controller and API helpers - An indicator is now displayed at the top of the comment field for confidential issues. |