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:
authorMarin Jankovski <marin@gitlab.com>2014-03-26 15:45:39 +0400
committerMarin Jankovski <marin@gitlab.com>2014-03-26 15:45:39 +0400
commit1aabfcb92d41f690e6756a7f057e85f17e30a0db (patch)
treeaa8bac1b53d5ff962736e72d9809fc65ab588cc5 /CHANGELOG
parent961d87937b55535ff3ffd041dbc78af82d644daa (diff)
Change the user search query to be case insensitive.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0b295e4d759..06d19df7a32 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
v 6.8.0
- Ability to at mention users that are participating in issue and merge req. discussion
- Enabled GZip Compression for assets in example Nginx, make sure that Nginx is compiled with --with-http_gzip_static_module flag (this is default in Ubuntu)
+ - Make user search case-insensitive (Christopher Arnold)
v 6.7.2
- Fix upgrader script