summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-01-12 00:57:05 -0800
committerStan Hu <stanhu@gmail.com>2016-01-12 00:59:29 -0800
commit75123458eecbc34d01844538b9ffc04c71f550d6 (patch)
treeb47c6122a2cff4f5ec035c0625f9ff8f60b810a1 /CHANGELOG
parentc4511a123401dcf9c2e1b3de732d18463fe9ba90 (diff)
downloadgitlab-ce-75123458eecbc34d01844538b9ffc04c71f550d6.tar.gz
Add user's last used IP addresses to admin page
This would help admins figure out from where spam is originating.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ab34661ce05..51ea9896219 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 8.4.0 (unreleased)
- Bump fog to 1.36.0 (Stan Hu)
+ - Add user's last used IP addresses to admin page (Stan Hu)
- Add housekeeping function to project settings page
- The default GitLab logo now acts as a loading indicator
- Fix caching issue where build status was not updating in project dashboard (Stan Hu)