diff options
author | Stan Hu <stanhu@gmail.com> | 2016-03-24 09:29:00 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-03-25 06:30:51 -0700 |
commit | 506878970b2040be7446fc1a341d7abc61f9c6ec (patch) | |
tree | c1f1693ce133afa20ebc06c26c18ed1ae26c9900 /CHANGELOG | |
parent | 63c8a05bf7f18ac4093ece1f08b4b5fd8dba5fac (diff) | |
download | gitlab-ce-506878970b2040be7446fc1a341d7abc61f9c6ec.tar.gz |
Don't attempt to look up an avatar in repo if repo directory does not exist
Closes #14580
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5d9f4961ef5..18893feff06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.7.0 (unreleased) + - Don't attempt to look up an avatar in repo if repo directory does not exist (Stan hu) - Preserve time notes/comments have been updated at when moving issue - Make HTTP(s) label consistent on clone bar (Stan Hu) - Fix avatar stretching by providing a cropping feature |