summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-08-26 15:52:20 +0000
committerRobert Speicher <robert@gitlab.com>2015-08-26 15:52:20 +0000
commit5b93c5579fabec5d7bcaf77128608ff2b9deecc5 (patch)
treed5dce3825c8718e00706c4a37250e6f62ecad7dc /CHANGELOG
parentfc66e1cc94076b1b43119b1ce24afb5cd5656c80 (diff)
parent5ea15fc7b556d1e5e3a778d2f100b903904e8c6a (diff)
downloadgitlab-ce-5b93c5579fabec5d7bcaf77128608ff2b9deecc5.tar.gz
Merge branch 'update-changelog-for-7.14.1' into 'master'
Update CHANGELOG for released 7.14.1 [ci skip] See merge request !1211
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6c4da36529e..9593c16c9cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,6 @@ v 8.0.0 (unreleased)
- Prevent too many redirects upon login when home page URL is set to external_url (Stan Hu)
- Improve dropdown positioning on the project home page (Hannes Rosenögger)
- Upgrade browser gem to 1.0.0 to avoid warning in IE11 compatibilty mode (Stan Hu)
- - Fix "Reload with full diff" URL button in compare branch view (Stan Hu)
- Remove user OAuth tokens from the database and request new tokens each session (Stan Hu)
- Only show recent push event if the branch still exists or a recent merge request has not been created (Stan Hu)
- Remove satellites
@@ -17,12 +16,13 @@ v 8.0.0 (unreleased)
- Create cross-reference for closing references on commits pushed to non-default branches (Maël Valais)
- Ability to search milestones
- Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries (Stan Hu)
- - Improve abuse reports management from admin area
- Move dashboard activity to separate page
- Improve performance of git blame
- Limit content width to 1200px for most of pages to improve readability on big screens
-v 7.14.1 (unreleased)
+v 7.14.1
+ - Improve abuse reports management from admin area
+ - Fix "Reload with full diff" URL button in compare branch view (Stan Hu)
- Only include base URL in OmniAuth full_host parameter (Stan Hu)
- Fix Error 500 in API when accessing a group that has an avatar (Stan Hu)