summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-03-03 13:18:23 +0000
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-03-03 13:18:23 +0000
commitabc69c890513fb58c1ceae7548f4fbcc221b7c34 (patch)
treee14bda594265305b5df7fc65188f6d222f623740 /CHANGELOG
parent2f4656b5c7e2a9b351237432e76a7b928a1684b1 (diff)
parente363f2e67544e210e92acc06a5af90d91c0aa684 (diff)
downloadgitlab-ce-abc69c890513fb58c1ceae7548f4fbcc221b7c34.tar.gz
Merge branch 'fix-merge-request-url-builder' into 'master'
Fix merge request URL passed to Webhooks If you look at the data structure passed to Webhooks, you will see: `"url"=>nil` I don't think any of the Webhooks or services are using this yet, so right now nothing so far depends upon this value being correct. See merge request !352
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6a28772097e..6aa30c1b9b2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.9.0 (unreleased)
+ - Fix merge request URL passed to Webhooks. (Stan Hu)
- Move labels/milestones tabs to sidebar
- Upgrade Rails gem to version 4.1.9.
- Improve error messages for file edit failures