summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2018-09-28 21:34:57 +0200
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-10-01 13:24:16 +0200
commit303350567c7b2bf140fa17d3f3f473ad9ece4e45 (patch)
tree4afd8a6752d752e3e976715258b721c62f4a7692 /changelogs
parent801fe04be7b92be4c34728c348cf16444ec4bec7 (diff)
downloadgitlab-ce-303350567c7b2bf140fa17d3f3f473ad9ece4e45.tar.gz
add changelogs
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/feature-set-public-email-through-api.yml5
-rw-r--r--changelogs/unreleased/fix-add-organization-and-location-to-allowed-parameters.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-set-public-email-through-api.yml b/changelogs/unreleased/feature-set-public-email-through-api.yml
new file mode 100644
index 00000000000..22fae71e9d8
--- /dev/null
+++ b/changelogs/unreleased/feature-set-public-email-through-api.yml
@@ -0,0 +1,5 @@
+---
+title: Add support for setting the public email through the api
+merge_request: 21938
+author: Alexis Reigel
+type: added
diff --git a/changelogs/unreleased/fix-add-organization-and-location-to-allowed-parameters.yml b/changelogs/unreleased/fix-add-organization-and-location-to-allowed-parameters.yml
new file mode 100644
index 00000000000..4d85e1b9af2
--- /dev/null
+++ b/changelogs/unreleased/fix-add-organization-and-location-to-allowed-parameters.yml
@@ -0,0 +1,5 @@
+---
+title: Allow setting user's organization and location attributes through the API by adding them to the list of allowed parameters
+merge_request: 21938
+author: Alexis Reigel
+type: fixed