summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-05-12 15:11:37 -0500
committerDouwe Maan <douwe@selenight.nl>2016-05-12 15:11:37 -0500
commit74c69709dc19dbaf56c226b5a7955f229af10f4f (patch)
treef30de4af54ac8397c92d48c0aa5d4943152b339c /CHANGELOG
parentf2303f9df061d6ff85d0ff0fee9e3aa54df97ea7 (diff)
parentd66833bca5ae0347751ceab99062b638965eab78 (diff)
downloadgitlab-ce-74c69709dc19dbaf56c226b5a7955f229af10f4f.tar.gz
Merge branch 'otzy007/gitlab-ce-disable_oauth_sign_in_sources'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 777b211daab..efb6dc6f610 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -46,6 +46,7 @@ v 8.8.0 (unreleased)
- Fix adding a todo for private group members (Ahmad Sherif)
- Bump ace-rails-ap gem version from 2.0.1 to 4.0.2 which upgrades Ace Editor from 1.1.2 to 1.2.3
- Total method execution timings are no longer tracked
+ - Allow Admins to remove the Login with buttons for OAuth services and still be able to import !4034. (Andrei Gliga)
v 8.7.5
- Fix relative links in wiki pages. !4050