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:
authorStan Hu <stanhu@gmail.com>2015-08-06 10:20:41 +0300
committerStan Hu <stanhu@gmail.com>2015-08-06 10:46:14 +0300
commit70f5291808469a808eb2bee70e9e97acc7716bb6 (patch)
treebe9ed5a58663054c584388076ef9a77e65f9b47e /CHANGELOG
parentcaf4c0dd87ff8c803ed3ed49cda85b29d144668f (diff)
Always add current user to autocomplete controller to support filter by "Me"
Partial fix #2202
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ffff476be50..96c1331a5b9 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 7.14.0 (unreleased)
+ - Always add current user to autocomplete controller to support filter by "Me" (Stan Hu)
- Fix multi-line syntax highlighting (Stan Hu)
- Fix network graph when branch name has single quotes (Stan Hu)
- Add "Confirm user" button in user admin page (Stan Hu)