Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-07-31 23:40:51 +0300
committerRobert Speicher <robert@gitlab.com>2015-07-31 23:40:51 +0300
commit3f84c8a680e45f60d2d1b7befc2fb151205df96c (patch)
treedfd6d497c26590d2ab33d998a6dee3cf99a0d3e0 /CHANGELOG
parentbdb4288ab82bab14619fe817020e90e48a97e1d4 (diff)
parent8802846565f382f4bf21ff7e08a4e9c459bb10d6 (diff)
Merge branch 'api-useremails' into 'master'
Add ability to manage user email addresses via the API. Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2181 See merge request !1066
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8dc23cf175f..ee2169eb6bb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ v 7.14.0 (unreleased)
- Add project star and fork count, group avatar URL and user/group web URL attributes to API
- Fix bug causing Bitbucket importer to crash when OAuth application had been removed.
- Add fetch command to the MR page.
+ - Add ability to manage user email addresses via the API.
- Disabled autocapitalize and autocorrect on login field (Daryl Chan)
- Mention group and project name in creation, update and deletion notices (Achilleas Pipinellis)