summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-07 06:42:44 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-07 06:42:44 +0000
commitecfbb96384b2712aaf6c03dd04a3236b0578e18d (patch)
tree52a712bf10167c0620aca22dbcf53be5d45ad26b /CHANGELOG
parentde073cf5ac7cea0ea0dc44c22f195dfad1581569 (diff)
parentb37b7deedf253a37f4044b25e769f0de48947c55 (diff)
downloadgitlab-ce-ecfbb96384b2712aaf6c03dd04a3236b0578e18d.tar.gz
Merge branch 'member_timeago' into 'master'
Add information when member joined a team ## What does this MR do? It adds timeago label by every member on team page ## Are there points in the code the reviewer needs to double check? Yes, maybe design is not OK, please check. ## Why was this MR needed? It's useful information ## What are the relevant issue numbers? ## Screenshots (if relevant) ![joxi_screenshot_1467820915126](/uploads/9e5657443a10a9fe204367d7b6749b1f/joxi_screenshot_1467820915126.png) See merge request !5116
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