diff options
author | Patricio Cano <patricio@gitlab.com> | 2016-03-11 16:48:52 +0000 |
---|---|---|
committer | Patricio Cano <patricio@gitlab.com> | 2016-03-11 16:48:52 +0000 |
commit | 6bc7fad8ea2ace62157797e0c884ba36a5545152 (patch) | |
tree | e846edf9e3467fe441b616e895d87c3bc050fbe1 /CHANGELOG | |
parent | 6968ea32e2beade8bc5aee9c30451b6ed48fcc5f (diff) | |
parent | 95e73f87a99a0869d503451ab93a36bdc2530445 (diff) | |
download | gitlab-ce-6bc7fad8ea2ace62157797e0c884ba36a5545152.tar.gz |
Merge branch 'omniauth-saml-upgrade' into 'master'
Upgrade `omniauth-saml` to 1.5.0 and document it's new capabilities.
With this MR I'm upgrading `omniauth-saml` to 1.5.0 to include new and improved functionality. See https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md for more details.
This MR includes new documentation, so @axil can you also take a look?
/cc @DouweM
See merge request !3170
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c1c90903d5d..6348a7e3487 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ v 8.6.0 (unreleased) - Fix issue when pushing to projects ending in .wiki - Fix avatar stretching by providing a cropping feature (Johann Pardanaud) - Don't load all of GitLab in mail_room + - Update `omniauth-saml` to 1.5.0 to allow for custom response attributes to be set - Memoize @group in Admin::GroupsController (Yatish Mehta) - Indicate how much an MR diverged from the target branch (Pierre de La Morinerie) - Strip leading and trailing spaces in URL validator (evuez) |