summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-09 10:52:30 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-09 10:52:30 +0000
commit6267a6b9995744fc5ccab7a89c27a27e61b9cb7b (patch)
treeb069f361d9d4ca7fcd34c642a53af237c7edb197 /CHANGELOG
parent9562f028594c6d61834d48f75f8379b0de2ba8ae (diff)
parent44458f3ca2d142a7d6088d627382f9dab5698f40 (diff)
downloadgitlab-ce-6267a6b9995744fc5ccab7a89c27a27e61b9cb7b.tar.gz
Merge branch 'ldap-remember-me' into 'master'
Add "Remember me" checkbox to LDAP signin form. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2127. See merge request !772
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 624dd3a5c48..4857682d027 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 7.12.0 (unreleased)
- Fix timeout when rendering file with thousands of lines.
+ - Add "Remember me" checkbox to LDAP signin form.
- Don't notify users mentioned in code blocks or blockquotes.
- Omit link to generate labels if user does not have access to create them (Stan Hu)
- Show warning when a comment will add 10 or more people to the discussion.