diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-06 09:42:39 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-06 09:46:10 -0700 |
commit | 8820785c8fe267789a5c6edf7f4fcb196c48b4a8 (patch) | |
tree | a22f1cc95905a3f8c8a57781dca25a2f86e3a69d /CHANGELOG | |
parent | 50f76ae0eae29f7362702da274055f76a350ee6f (diff) | |
download | gitlab-ce-8820785c8fe267789a5c6edf7f4fcb196c48b4a8.tar.gz |
Fix emoji URLs in Markdown when relative_url_root is used
Also adds the ability to run rspecs with relative_url_defined on the enviornment. For example:
RELATIVE_URL_ROOT=/gitlab rspec
Closes #1728
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 8154d4333d9..329ce74a5d5 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.0.0 (unreleased) + - Fix emoji URLs in Markdown when relative_url_root is used (Stan Hu) - Omit filename in Content-Disposition header in raw file download to avoid RFC 6266 encoding issues (Stan HU) - Prevent anchors from being hidden by header (Stan Hu) - Fix bug where only the first 15 Bitbucket issues would be imported (Stan Hu) |