summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-05-08 22:07:40 +0000
committerStan Hu <stanhu@gmail.com>2016-05-08 22:07:40 +0000
commit4a47470febe34bf67e84a2904422626caa64224e (patch)
tree0be7cd8fd7e04ad859fe2b34797ee765ffc4bb43 /CHANGELOG
parent44501820152083d231459223fe09b9d9641b7c1e (diff)
parented2a7a1ec616fa948d3e24d77bfc7626ae55e9b9 (diff)
downloadgitlab-ce-4a47470febe34bf67e84a2904422626caa64224e.tar.gz
Merge branch 'fix-build-notification-on-merge-page-change' into 'master'
Fix build notification on merge request page change even if the build status didn't change ## What does this MR do? This MR contains a bugfix for #17357 which was introduced by !3998. The notification are now only shown on status changes, and not when switching between different merge requests. ## Are there points in the code the reviewer needs to double check? Check implementation ## Why was this MR needed? Because auf a bug introduced in !3998. ## What are the relevant issue numbers? #17357 Closes #17357 See merge request !4086
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fed3caef7e8..f2d4f2f76b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,9 @@ v 8.8.0 (unreleased)
- Expire repository exists? and has_visible_content? caches after a push if necessary
- Fix unintentional filtering bug in issues sorted by milestone due (Takuya Noguchi)
+v 8.7.4
+ - Fix always showing build notification message when switching between merge requests
+
v 8.7.3
- Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented
- Merge request widget displays TeamCity build state and code coverage correctly again.