Allow Admins to remove the Login with buttons for OAuth services and still be able to import on the changelog

This commit is contained in:
Andrei Gliga
2016-05-12 13:44:46 +03:00
parent 7818f7329a
commit bc099d799e
+2
View File
@@ -55,6 +55,8 @@ v 8.7.4
- Running rake gitlab:db:drop_tables now drops tables with cascade !4020
- Running rake gitlab:db:drop_tables uses "IF EXISTS" as a precaution !4100
- Use a case-insensitive comparison in sanitizing URI schemes
- Merge request widget displays TeamCity build state and code coverage correctly again.
- Allow Admins to remove the Login with buttons for OAuth services and still be able to import !4034
v 8.7.3
- Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented