summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Gliga <otzy_007@yahoo.com>2016-05-10 11:50:53 +0300
committerAndrei Gliga <otzy_007@yahoo.com>2016-05-12 13:44:46 +0300
commitbc099d799ea502c9fd8f1a09f07af70cdcf51156 (patch)
treec2b4be1c68dfa76f75a14315f2a9c95552e26150
parent7818f7329a436d86b30dff003b60ab8a15a4f0db (diff)
downloadgitlab-ce-bc099d799ea502c9fd8f1a09f07af70cdcf51156.tar.gz
Allow Admins to remove the Login with buttons for OAuth services and still be able to import on the changelog
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 187011c6016..8d70ef9944e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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