summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-08 08:41:10 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-08 15:53:04 +0200
commitfb2fde9d62a599f08c065c54de236eacb6558d60 (patch)
tree75d1496616e7258092ad7e00d437bec5f1f16741 /CHANGELOG
parentb30ebdaa1a704f4e81e91153b1b33a4c1c1a5c12 (diff)
downloadgitlab-ce-fb2fde9d62a599f08c065c54de236eacb6558d60.tar.gz
API: Expose subscribed? on issues
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1d1e541e65f..7d9cba320b9 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