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-08 17:36:54 +0300
committerRémy Coutable <remy@rymai.me>2016-04-08 17:36:54 +0300
commit312a09e7aa8ad74481f52c632a976a2218fbf025 (patch)
tree5c39fcf4d09a2eb9ed0e4d0d23a0bf9cb70de0c9 /CHANGELOG
parent4d04e91814fefe24c186250b7962a7c9aa918d1f (diff)
parentfb2fde9d62a599f08c065c54de236eacb6558d60 (diff)
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--CHANGELOG1
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