summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-08-30 18:44:32 +0000
committerDouwe Maan <douwe@gitlab.com>2016-08-30 18:44:32 +0000
commitb3b3bc2565cdf133ae38844d8df9ccf453bf0e5c (patch)
treeb004e31b3f3eefea3efe9ea7d99b9fb6f59f094f /CHANGELOG
parent51087cfa1a6b0bb5a7abf35081ed3b669253eb4f (diff)
parent76c2901eac89b1b3a9975ec0f91fb929fbed2e70 (diff)
downloadgitlab-ce-b3b3bc2565cdf133ae38844d8df9ccf453bf0e5c.tar.gz
Merge branch '19721-issues-created-through-api-do-not-notify-label-subscribers' into 'master'
user is now notified when creating an issue through the api Previously when a issue was created through our API it would not mail label subscribers, this MR aims to fix that - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) Closes #19721 See merge request !5720
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 18efe057299..0a1e47be2c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,7 @@ v 8.12.0 (unreleased)
v 8.11.4 (unreleased)
- Fix broken gitlab:backup:restore because of bad permissions on repo storage !6098 (Dirk Hörner)
+ - Creating an issue through our API now emails label subscribers !5720
v 8.11.4 (unreleased)
- Fix resolving conflicts on forks