summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCharles May <ctmay4@gmail.com>2016-01-05 21:26:31 +0000
committerRémy Coutable <remy@rymai.me>2016-04-12 18:08:05 +0200
commit061370790e415361c920e1404063955f4932e5ef (patch)
tree23a8f3985f6519cbe7be31cc36a194883f25ca27 /CHANGELOG
parent4087bd16e8e083550d306fd0c90d2a892b8577bf (diff)
downloadgitlab-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--CHANGELOG3
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)