diff options
author | Sean McGivern <sean@gitlab.com> | 2016-07-12 18:57:08 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-07-12 19:07:39 +0100 |
commit | 144d22f7f87c270cb5192366c6e76dfad2a2c389 (patch) | |
tree | f13fb4764696dccd611717dc4638af10c991e81b /CHANGELOG | |
parent | d5c715c9cc23a403d908e4686db152d8316ac684 (diff) | |
download | gitlab-ce-144d22f7f87c270cb5192366c6e76dfad2a2c389.tar.gz |
Delete award emoji when deleting a user19693-emoji-awards-aren-t-deleted-for-deleted-users
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index a50edf1a797..1a4d792ef84 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ v 8.10.0 (unreleased) - Refactor repository paths handling to allow multiple git mount points - Optimize system note visibility checking by memoizing the visible reference count !5070 - Add Application Setting to configure default Repository Path for new projects + - Delete award emoji when deleting a user - Remove pinTo from Flash and make inline flash messages look nicer !4854 (winniehell) - Wrap code blocks on Activies and Todos page. !4783 (winniehell) - Align flash messages with left side of page content !4959 (winniehell) @@ -73,7 +74,7 @@ v 8.10.0 (unreleased) - Allow '?', or '&' for label names - Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests - Add date when user joined the team on the member page - - Fix 404 redirect after validation fails importing a GitLab project + - Fix 404 redirect after validation fails importing a GitLab project - Fix 404 redirect after validation fails importing a GitLab project - Added setting to set new users by default as external !4545 (Dravere) - Add min value for project limit field on user's form !3622 (jastkand) |