Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-07-06 18:57:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-07 09:15:49 +0300
commit7950fa48e8976507261f62d6694c1f618b478b8c (patch)
treefeca94d231601392b260f88194bc3bbbeef5cf1c /CHANGELOG
parentde073cf5ac7cea0ea0dc44c22f195dfad1581569 (diff)
Add data when member joined a team
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index de5f1e8cda7..bc9bb7747a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -47,6 +47,7 @@ v 8.10.0 (unreleased)
- Handle custom Git hook result in GitLab UI
- Allow '?', or '&' for label names
- Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests
+ - Add date when user joined the team on the member page
v 8.9.5
- Add more debug info to import/export and memory killer. !5108