diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-03-26 12:45:39 +0100 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-03-26 12:45:39 +0100 |
commit | 1aabfcb92d41f690e6756a7f057e85f17e30a0db (patch) | |
tree | aa8bac1b53d5ff962736e72d9809fc65ab588cc5 /CHANGELOG | |
parent | 961d87937b55535ff3ffd041dbc78af82d644daa (diff) | |
download | gitlab-ce-1aabfcb92d41f690e6756a7f057e85f17e30a0db.tar.gz |
Change the user search query to be case insensitive.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
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 |