summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-08 14:17:42 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-13 13:45:00 +0200
commitbd0be13f5b52b8eaee019d722980b29acbc55b05 (patch)
tree44c9dee41f377a46fded808aa1a3332d7ccf39e7 /CHANGELOG
parent861e685e1853d45dea83bc1d06ebd639b120f36c (diff)
downloadgitlab-ce-bd0be13f5b52b8eaee019d722980b29acbc55b05.tar.gz
API: Ability to subscribe and unsubscribe from an issue
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c633c4bb35f..01fffcc3696 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ v 8.7.0 (unreleased)
- Fix `signed_in_ip` being set to 127.0.0.1 when using a reverse proxy !3524
- Improved Markdown rendering performance !3389 (Yorick Peterse)
- Don't attempt to look up an avatar in repo if repo directory does not exist (Stan Hu)
+ - API: Ability to subscribe and unsubscribe from an issue (Robert Schilling)
- Expose project badges in project settings
- Preserve time notes/comments have been updated at when moving issue
- Make HTTP(s) label consistent on clone bar (Stan Hu)