summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-11-10 07:52:35 -0800
committerStan Hu <stanhu@gmail.com>2015-11-10 10:52:18 -0800
commit97380977221865308d5336da0ea0d49e5c45d03a (patch)
treea5b4ed02d8ca0c9359455a01c54090f846cd9d27 /CHANGELOG
parentf162ed7aeb3958938aaf213837ec0c4c4e90b014 (diff)
downloadgitlab-ce-97380977221865308d5336da0ea0d49e5c45d03a.tar.gz
Fix avatars not showing in Atom feeds and project issues when Gravatar disabled
Fix for https://github.com/gitlabhq/gitlabhq/pull/9783
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d82cab6f36c..9d2af96edec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.2.0 (unreleased)
- Remove CSS property preventing hard tabs from rendering in Chromium 45 (Stan Hu)
+ - Fix avatars not showing in Atom feeds and project issues when Gravatar disabled (Stan Hu)
- Added a GitLab specific profiling tool called "Sherlock" (see GitLab CE merge request #1749)
- Upgrade gitlab_git to 7.2.20 and rugged to 0.23.3 (Stan Hu)
- Improved performance of finding users by one of their Email addresses