diff options
author | Stan Hu <stanhu@gmail.com> | 2016-01-07 06:28:24 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-01-07 06:28:24 -0800 |
commit | 8386edafd13c8cca1c6ed45abbbc554351300e9d (patch) | |
tree | 65f9a9f853aaf41851552531b330c51500b923ed /CHANGELOG | |
parent | 61561a9eeb1dbb8273a1e8c8a5f37c0c01917c99 (diff) | |
download | gitlab-ce-8386edafd13c8cca1c6ed45abbbc554351300e9d.tar.gz |
Accept 2xx status codes for successful Web hook triggers
Closes https://github.com/gitlabhq/gitlabhq/issues/9956
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 94a776a35eb..a849d5efbf0 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 8.4.0 (unreleased) + - Accept 2xx status codes for successful Web hook triggers (Stan Hu) - Fix missing date of month in network graph when commits span a month (Stan Hu) - Expire view caches when application settings change (e.g. Gravatar disabled) (Stan Hu) - Don't notify users twice if they are both project watchers and subscribers (Stan Hu) |