summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-11 13:23:29 +0100
committerPhil Hughes <me@iamphill.com>2016-04-11 13:23:29 +0100
commit8da1256505c7117f5caffaf8b858115c1f2779d2 (patch)
tree80504cfd38c76dbd451c189545eeac274bea2146
parent9c8e116d39d834ce9e3db9deb100fc3dc88e05ff (diff)
downloadgitlab-ce-project-title-dropdown.tar.gz
Updated CHANGELOGproject-title-dropdown
-rw-r--r--CHANGELOG10
1 files changed, 1 insertions, 9 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c51c8cd5a8a..701b386dd0c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -34,6 +34,7 @@ v 8.7.0 (unreleased)
- API: Expose user location (Robert Schilling)
- ClosingIssueExtractor regex now also works with colons. e.g. "Fixes: #1234" !3591
- Update number of Todos in the sidebar when it's marked as "Done". !3600
+ - Project switcher uses new dropdown styling
v 8.6.5
- Fix importing from GitHub Enterprise. !3529
@@ -47,15 +48,6 @@ v 8.6.5
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