summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-05 15:11:31 +0200
committerRémy Coutable <remy@rymai.me>2016-04-13 10:01:49 +0200
commit3ea955a637127e6e11bc9fe270f87f63226b9d86 (patch)
tree1a82d4fd41f6294259e155b36e4af85fbaeb855e /CHANGELOG
parent061370790e415361c920e1404063955f4932e5ef (diff)
downloadgitlab-ce-3ea955a637127e6e11bc9fe270f87f63226b9d86.tar.gz
Improve TeamcityService and its specsfix-trailing-slash-in-teamcity_url-3515
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c6ca0ea3de1..df40a1e1b81 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ v 8.7.0 (unreleased)
- Expose label description in API (Mariusz Jachimowicz)
- Allow back dating on issues when created through the API
- Fix Error 500 after renaming a project path (Stan Hu)
+ - Fix a bug whith trailing slash in teamcity_url (Charles May)
- Fix avatar stretching by providing a cropping feature
- API: Expose `subscribed` for issues and merge requests (Robert Schilling)
- Allow SAML to handle external users based on user's information !3530
@@ -123,9 +124,6 @@ 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)