summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Gliga <otzy_007@yahoo.com>2016-05-10 18:40:20 +0300
committerAndrei Gliga <otzy_007@yahoo.com>2016-05-12 13:44:46 +0300
commit4372043392d735db506f1e696c213c3ece47bc1a (patch)
treed0139b30cfa8352c9f5463eee6fc8c69415238b4
parent2a99c51590da3c430b27538a1f570d34209d51c7 (diff)
downloadgitlab-ce-4372043392d735db506f1e696c213c3ece47bc1a.tar.gz
credits for !4034
-rw-r--r--CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d70ef9944e..7cd8f63321f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -43,6 +43,7 @@ v 8.8.0 (unreleased)
- Fix unintentional filtering bug in issues sorted by milestone due (Takuya Noguchi)
- 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
+ - 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
@@ -55,8 +56,6 @@ 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