Added CHANGELOG item

This commit is contained in:
Patricio Cano 2016-04-06 16:21:58 -05:00
parent b95ac0962c
commit eb0f1de36c
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ v 8.7.0 (unreleased)
- Expose label description in API (Mariusz Jachimowicz)
- Allow back dating on issues when created through the API
- Fix avatar stretching by providing a cropping feature
- Allow SAML to handle external users based on user's information !3530
- Add endpoints to archive or unarchive a project !3372
- Add links to CI setup documentation from project settings and builds pages
- Handle nil descriptions in Slack issue messages (Stan Hu)

View File

@ -33,7 +33,6 @@ module Gitlab
# Avoid an unnecessary change of values and the subsequent save
@user.external = false if @user.external
else
# Avoid an unnecessary change of values and the subsequent save
@user.external = true unless @user.external
end
end