summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-06 10:09:53 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-06 10:09:53 +0000
commitf3590c83ea52971f2c30534952ea4d1fd6fc1b81 (patch)
tree00609053c12c960dd645ecad45dcaae2f58d5f9d /CHANGELOG
parent5f52d6a038dc64db42d137aa83b3c104766c7098 (diff)
parent411829fdb5f24f97ce17e05f5fd018d47075b216 (diff)
downloadgitlab-ce-f3590c83ea52971f2c30534952ea4d1fd6fc1b81.tar.gz
Merge branch 'audit_log' into 'master'
Audit log for user authentication https://dev.gitlab.org/gitlab/gitlabhq/issues/2318 See merge request !931
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0284517decf..d538bb42992 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -40,6 +40,8 @@ v 7.13.0 (unreleased)
v 7.12.2
- Correctly show anonymous authorized applications under Profile > Applications.
+ - Faster automerge check and merge itself when source and target branches are in same repository
+ - Audit log for user authentication
v 7.12.1
- Fix error when deleting a user who has projects (Stan Hu)