summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-02-12 17:41:52 -0800
committerStan Hu <stanhu@gmail.com>2016-02-13 02:02:05 -0800
commit7ffcc5a17bc462b652e91c1cff36b8baaeb6a41a (patch)
treec3ed7f62c0c3ec5996bf2968983cabd1bc9c04f2 /CHANGELOG
parent0f2dc6a7d7c30b84fb241baa592c37e7c5f49e48 (diff)
downloadgitlab-ce-7ffcc5a17bc462b652e91c1cff36b8baaeb6a41a.tar.gz
Fix duplicate "me" in tooltip of the "thumbsup" awards Emoji
Steps to reproduce: 1. Go to a MR or issue 2. Click on "thumbsup" Emoji 3 times 3. Observe the tooltip becomes "me, me" Closes #13374, #12788
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9b2d6d58a5c..a3ceca34b07 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.5.0 (unreleased)
+ - Fix duplicate "me" in tooltip of the "thumbsup" awards Emoji (Stan Hu)
- Cache various Repository methods to improve performance (Yorick Peterse)
- Fix duplicated branch creation/deletion Web hooks/service notifications when using Web UI (Stan Hu)
- Ensure rake tasks that don't need a DB connection can be run without one