summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-19 16:35:10 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-19 16:35:53 -0400
commit8304bed105a75b1380b963e5f943de7443105d98 (patch)
treeeed3d7b55b488633747ab0ffd382a5314ec17b18
parent516b4c124831296a9280b9f04abcd865492eea1e (diff)
downloadgitlab-ce-8304bed105a75b1380b963e5f943de7443105d98.tar.gz
Add CHANGELOG entry for 2FA status and filtering in admin area
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2d03cd1d763..2b8a38ce04d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,8 @@ v 7.13.0 (unreleased)
- Rename "Design" profile settings page to "Preferences".
- Allow users to customize their default Dashboard page.
- Update ssl_ciphers in Nginx example to remove DHE settings. This will deny forward secrecy for Android 2.3.7, Java 6 and OpenSSL 0.9.8
+ - Allow Administrators to filter the user list by those with or without Two-factor Authentication enabled.
+ - Show a user's Two-factor Authentication status in the administration area.
v 7.12.0 (unreleased)
- Fix post-receive errors on a push when an external issue tracker is configured (Stan Hu)