summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-08 13:45:24 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-16 07:21:28 -0400
commit42848f2684c093c114abf20dd5d73a195ec6a451 (patch)
tree762ba504a76cf08426d0386d8b7b5c034cd8f058
parenta96dc944289e01f7b41112343cf20ca2791860ca (diff)
downloadgitlab-ce-42848f2684c093c114abf20dd5d73a195ec6a451.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f1320b6a28c..7754c3fb9fd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -79,6 +79,9 @@ v 8.6.6
- Expire the exists cache before deletion to ensure project dir actually exists (Stan Hu). !3413
- Fix error on language detection when repository has no HEAD (e.g., master branch) (Jeroen Bobbeldijk). !3654
- Fix revoking of authorized OAuth applications (Connor Shea). !3690
+ - Fix error on language detection when repository has no HEAD (e.g., master branch). !3654 (Jeroen Bobbeldijk)
+ - Project switcher uses new dropdown styling
+ - Author and participants are displayed first on users autocompletion
v 8.6.5
- Fix importing from GitHub Enterprise. !3529