diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-05-16 21:05:05 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-05-16 21:05:05 +0000 |
commit | 8b15628dd0de2474ad662b8d78a7c9a466e2a296 (patch) | |
tree | fd03df9f42522ec0eaeef80c31d3a5e7935df380 /CHANGELOG | |
parent | c9649198a1711596e203b00d7b2b31ba2ac3a0da (diff) | |
parent | ecce94d3aab57e099a8897a860023b8ec7acac05 (diff) | |
download | gitlab-ce-8b15628dd0de2474ad662b8d78a7c9a466e2a296.tar.gz |
Merge branch 'issue_14684' into 'master'
Toggle email signup confirmation in admin settings
Implements toggling verification email #14684
See merge request !3862
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4c31381855e..e1252d4b947 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ v 8.8.0 (unreleased) - Fix error when using link to uploads in global snippets - Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen) - Use a case-insensitive comparison in sanitizing URI schemes + - Toggle sign-up confirmation emails in application settings - Project#open_branches has been cleaned up and no longer loads entire records into memory. - Escape HTML in commit titles in system note messages - Improve multiple branch push performance by memoizing permission checking |