summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-27 10:10:40 +0000
committerRémy Coutable <remy@rymai.me>2018-09-27 10:10:40 +0000
commitd5bce06df1ec36371db208d0aaf42d849eb63bcf (patch)
tree3edc5cc74bc4b13d0238bc053b85804bc1ea30d6 /changelogs/unreleased
parentbabb05a1406d4889f90953bdb16d736b22ce6c21 (diff)
parentf920d996e34dfb8f8933ff7c5798fa1a72c357b6 (diff)
downloadgitlab-ce-d5bce06df1ec36371db208d0aaf42d849eb63bcf.tar.gz
Merge branch 'feature/add-public-email-to-users-api' into 'master'
Feature/add public email to users api Closes #39346 See merge request gitlab-org/gitlab-ce!21909
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/feature-add-public-email-to-users-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-add-public-email-to-users-api.yml b/changelogs/unreleased/feature-add-public-email-to-users-api.yml
new file mode 100644
index 00000000000..1f5d3fb113d
--- /dev/null
+++ b/changelogs/unreleased/feature-add-public-email-to-users-api.yml
@@ -0,0 +1,5 @@
+---
+title: Adds the user's public_email attribute to the API
+merge_request: 21909
+author: Alexis Reigel
+type: added