diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-08 14:36:54 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-08 14:36:54 +0000 |
commit | 312a09e7aa8ad74481f52c632a976a2218fbf025 (patch) | |
tree | 5c39fcf4d09a2eb9ed0e4d0d23a0bf9cb70de0c9 /CHANGELOG | |
parent | 4d04e91814fefe24c186250b7962a7c9aa918d1f (diff) | |
parent | fb2fde9d62a599f08c065c54de236eacb6558d60 (diff) | |
download | gitlab-ce-312a09e7aa8ad74481f52c632a976a2218fbf025.tar.gz |
Merge branch 'api-expose-subscribed' into 'master'
API: Expose subscribed? on issues and merge requests
This is the first start for the new `subscribable` API. It exposes the `subscribed` field for issues and merge requests.
Related to #6024
See merge request !3611
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 54d79259b30..35c5417da22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ v 8.7.0 (unreleased) - Allow back dating on issues when created through the API - 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) - Allow SAML to handle external users based on user's information !3530 - Add endpoints to archive or unarchive a project !3372 - Add links to CI setup documentation from project settings and builds pages |