Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-08 21:44:23 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-12 20:10:43 +0300
commit63e54f1555f02b93347588fbf332c7521d19d2a6 (patch)
treed56f34e82da4e3b57c4a9f2bd557ae4815bbe846 /CHANGELOG
parent4293485a22bfdbd2afdbb20dcf5d777f379fac87 (diff)
Updated based on Ruby feedback
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d12f703c7bc..ab2ef90fb08 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -60,6 +60,14 @@ v 8.6.4
- Don't attempt to fetch any tags from a forked repo (Stan Hu)
- Redesign the Labels page
- Project switcher uses new dropdown styling
+ - Project switcher uses new dropdown styling
+
+v 8.6.5 (unreleased)
+ - Only update repository language if it is not set to improve performance
+ - Check permissions when user attempts to import members from another project
+
+v 8.6.4
+ - Don't attempt to fetch any tags from a forked repo (Stan Hu)
v 8.6.3
- Mentions on confidential issues doesn't create todos for non-members. !3374