diff options
author | Robert Speicher <robert@gitlab.com> | 2016-01-18 22:13:28 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-01-18 22:13:28 +0000 |
commit | b64b4c711f91423002706d8b8494b83622fb336f (patch) | |
tree | d770b75a5e7b91edc8018105ed85703c512a2b53 /CHANGELOG | |
parent | 65b95ccbd7802da548bc50846a92c9460aa3342a (diff) | |
parent | ab33b93daee12b1e33bf6b961de0860e5be465b3 (diff) | |
download | gitlab-ce-b64b4c711f91423002706d8b8494b83622fb336f.tar.gz |
Merge branch 'fix_changelog' into 'master'
Move entry `Fix: As an admin, cannot add oneself as a member to a
group/project`
The CHANGELOG entry said it was fixed in 8.2.3. However, I found
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1942 that
suggests it wasn't fixed until 8.3.0. A customer experienced this
issue on 8.2.3, still. This ultimately led to me investigating this
further.
[ci skip]
See merge request !2488
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9e9d66fb7f0..5795395beeb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -115,6 +115,7 @@ v 8.3.0 - Fix: Assignee selector is empty when 'Unassigned' is selected (Jose Corcuera) - Add rake tasks for git repository maintainance (Zeger-Jan van de Weg) - Fix 500 error when update group member permission + - Fix: As an admin, cannot add oneself as a member to a group/project - Trim leading and trailing whitespace of milestone and issueable titles (Jose Corcuera) - Recognize issue/MR/snippet/commit links as references - Backport JIRA features from EE to CE @@ -176,7 +177,6 @@ v 8.2.2 - Fix Error 500 when viewing user's personal projects from admin page (Stan Hu) - Fix: Raw private snippets access workflow - Prevent "413 Request entity too large" errors when pushing large files with LFS - - Fix: As an admin, cannot add oneself as a member to a group/project - Fix invalid links within projects dashboard header - Make current user the first user in assignee dropdown in issues detail page (Stan Hu) - Fix: duplicate email notifications on issue comments |