diff options
author | DJ Mountney <david@twkie.net> | 2016-04-06 06:49:46 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2016-04-12 10:42:59 -0700 |
commit | bb372ac97f733c45f22dc31e09b98a78411d4f86 (patch) | |
tree | 2e29572f5da4cf6c51c4e85a7b266e6df7791435 /CHANGELOG | |
parent | 38cff18af0ed48bcd5916b6b6bb6ceeb9ab062fd (diff) | |
download | gitlab-ce-bb372ac97f733c45f22dc31e09b98a78411d4f86.tar.gz |
Add changelog entries, install docs, and gitlab.yml.example entry for the trusted_proxies setting
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 07274ab5c1d..584e60a0e06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,8 @@ v 8.7.0 (unreleased) - Load award emoji images separately unless opening the full picker. Saves several hundred KBs of data for most pages. (Connor Shea) - All images in discussions and wikis now link to their source files !3464 (Connor Shea). - Return status code 303 after a branch DELETE operation to avoid project deletion (Stan Hu) + - Add setting for customizing the list of trusted proxies !3524 + - Fix `signed_in_ip` being set to 127.0.0.1 when using a reverse proxy !3524 - Improved Markdown rendering performance !3389 (Yorick Peterse) - Don't attempt to look up an avatar in repo if repo directory does not exist (Stan Hu) - Expose project badges in project settings |