summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-05-12 21:51:21 +0000
committerDouwe Maan <douwe@gitlab.com>2016-05-12 21:51:21 +0000
commit850234ebd2bad3f79179146abd3db81741a48434 (patch)
tree528fe9d254e4877ce88fa9c930fa521f9a26857b /CHANGELOG
parent7fc51d1908a1ce7b0a09f273881c08102efd1dae (diff)
parent0c22698bd4dbe7d0d3e4a6c8bc946ac6f5de1c12 (diff)
downloadgitlab-ce-850234ebd2bad3f79179146abd3db81741a48434.tar.gz
Merge branch 'feature/label-subscription-api' into 'master'
Add API endpoints for un/subscribing from/to a label See merge request !4051
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ed4b1a12395..4c9d9d51471 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,6 +48,7 @@ v 8.8.0 (unreleased)
- Bump ace-rails-ap gem version from 2.0.1 to 4.0.2 which upgrades Ace Editor from 1.1.2 to 1.2.3
- Total method execution timings are no longer tracked
- Allow Admins to remove the Login with buttons for OAuth services and still be able to import !4034. (Andrei Gliga)
+ - Add API endpoints for un/subscribing from/to a label. !4051 (Ahmad Sherif)
v 8.7.5
- Fix relative links in wiki pages. !4050