summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDaniel Carraro <daniel@blinkmobile.com.au>2016-02-29 16:37:27 +1100
committerRémy Coutable <remy@rymai.me>2016-03-16 13:12:20 +0100
commitd6caadd1d533eaacde8e7e315546e7c5425d60e6 (patch)
tree4442be25154b5795021e24876e285e4b231e097c /CHANGELOG
parenta34021cd182af49fc732c4ad58f7594f73c46f01 (diff)
downloadgitlab-ce-d6caadd1d533eaacde8e7e315546e7c5425d60e6.tar.gz
Added omniauth-auth0 Gem + Applicable Documentation.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fcf659c07f9..08018abd204 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ v 8.6.0 (unreleased)
- 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)
+ - Added omniauth-auth0 Gem (Daniel Carraro)
- Strip leading and trailing spaces in URL validator (evuez)
- Add "last_sign_in_at" and "confirmed_at" to GET /users/* API endpoints for admins (evuez)
- Return empty array instead of 404 when commit has no statuses in commit status API