Commit eb0f1de3 authored by Patricio Cano's avatar Patricio Cano

Added CHANGELOG item

parent b95ac096
...@@ -8,6 +8,7 @@ v 8.7.0 (unreleased) ...@@ -8,6 +8,7 @@ v 8.7.0 (unreleased)
- Expose label description in API (Mariusz Jachimowicz) - Expose label description in API (Mariusz Jachimowicz)
- Allow back dating on issues when created through the API - Allow back dating on issues when created through the API
- Fix avatar stretching by providing a cropping feature - 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 endpoints to archive or unarchive a project !3372
- Add links to CI setup documentation from project settings and builds pages - Add links to CI setup documentation from project settings and builds pages
- Handle nil descriptions in Slack issue messages (Stan Hu) - Handle nil descriptions in Slack issue messages (Stan Hu)
......
...@@ -33,7 +33,6 @@ module Gitlab ...@@ -33,7 +33,6 @@ module Gitlab
# Avoid an unnecessary change of values and the subsequent save # Avoid an unnecessary change of values and the subsequent save
@user.external = false if @user.external @user.external = false if @user.external
else else
# Avoid an unnecessary change of values and the subsequent save
@user.external = true unless @user.external @user.external = true unless @user.external
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment