From 303350567c7b2bf140fa17d3f3f473ad9ece4e45 Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Fri, 28 Sep 2018 21:34:57 +0200 Subject: [PATCH] add changelogs --- .../unreleased/feature-set-public-email-through-api.yml | 5 +++++ ...x-add-organization-and-location-to-allowed-parameters.yml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 changelogs/unreleased/feature-set-public-email-through-api.yml create mode 100644 changelogs/unreleased/fix-add-organization-and-location-to-allowed-parameters.yml 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