summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoreanplatter <eanplatter@gmail.com>2016-07-16 22:47:47 -0500
committereanplatter <eanplatter@gmail.com>2016-07-16 23:22:25 -0500
commit8b2a7a2d6c8f860120a2696c48956840910ded4a (patch)
treeda68103badd2bf06a32d22f34ffcb1306e1a772c /CHANGELOG
parent2550c1c2bc70beb14293eebb243a2f6f3039d04b (diff)
downloadgitlab-ce-8b2a7a2d6c8f860120a2696c48956840910ded4a.tar.gz
Fix activity heatmap to show proper day name.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5518429e1b5..9000bf07e55 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.10.0 (unreleased)
+ - Fix profile activity heatmap to show correct day name (eanplatter)
- Expose {should,force}_remove_source_branch (Ben Boeckel)
- Disable PostgreSQL statement timeout during migrations
- Fix projects dropdown loading performance with a simplified api cal. !5113 (tiagonbotelho)