summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-03-10 16:07:10 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-03-10 16:07:10 -0500
commit32ddf092f3ca5cbb9fdb7b7b3754ba61495d0532 (patch)
tree4c372561fbd6085601cb4ba9e1b97474d42122ee /CHANGELOG
parent2d83f07ba8304cc7da4de76a78fbab48278a915c (diff)
downloadgitlab-ce-32ddf092f3ca5cbb9fdb7b7b3754ba61495d0532.tar.gz
Upgrade `omniauth-saml` to 1.5.0 and document it's new capabilities.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aaffa51898d..047ff0425c8 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)