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:
authorRémy Coutable <remy@rymai.me>2016-04-13 11:23:29 +0300
committerRémy Coutable <remy@rymai.me>2016-04-13 11:23:29 +0300
commitfc9e1be1fde9646358aab756198c1d3773e55664 (patch)
tree88424a8d0ce1487c911275132c1c089a7f6b3932 /CHANGELOG
parent64d71b4dfc4513b70eac61cbb9bb718aee3f09e9 (diff)
parent5fb572417e0c331afb62c8bbaa561b0fe7836fc5 (diff)
Merge branch 'api-group-visibility' into 'master'
API: Ability to update a group This makes it much easier to update a group after introducing the group visibility. * Closes #14991 See merge request !3587
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 071e35167fa..c013faa001f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ v 8.7.0 (unreleased)
- Make HTTP(s) label consistent on clone bar (Stan Hu)
- Expose label description in API (Mariusz Jachimowicz)
- Allow back dating on issues when created through the API
+ - API: Ability to update a group (Robert Schilling)
- Fix Error 500 after renaming a project path (Stan Hu)
- Fix avatar stretching by providing a cropping feature
- API: Expose `subscribed` for issues and merge requests (Robert Schilling)