diff options
author | Charles May <ctmay4@gmail.com> | 2016-01-05 21:26:31 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-12 18:08:05 +0200 |
commit | 061370790e415361c920e1404063955f4932e5ef (patch) | |
tree | 23a8f3985f6519cbe7be31cc36a194883f25ca27 /CHANGELOG | |
parent | 4087bd16e8e083550d306fd0c90d2a892b8577bf (diff) | |
download | gitlab-ce-061370790e415361c920e1404063955f4932e5ef.tar.gz |
Fix a bug with trailing slash in teamcity_url
See https://gitlab.com/gitlab-org/gitlab-ce/issues/3515
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3561c541df0..c6ca0ea3de1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -123,6 +123,9 @@ v 8.6.0 - Add information about `image` and `services` field at `job` level in the `.gitlab-ci.yml` documentation (Pat Turner) - HTTP error pages work independently from location and config (Artem Sidorenko) - Update `omniauth-saml` to 1.5.0 to allow for custom response attributes to be set + - Fix avatar stretching by providing a cropping feature (Johann Pardanaud) + - Fix a bug whith trailing slash in teamcity_url (Charles May) + - Don't load all of GitLab in mail_room - Memoize @group in Admin::GroupsController (Yatish Mehta) - Indicate how much an MR diverged from the target branch (Pierre de La Morinerie) - Added omniauth-auth0 Gem (Daniel Carraro) |