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:
authorSven Selberg <sven.selberg@sonymobile.com>2015-02-09 15:52:42 +0300
committerSven Selberg <sven.selberg@sonymobile.com>2015-05-04 10:42:11 +0300
commit361284fec23eebc09c4bba418306a36805504dc7 (patch)
treef2e6d1ddba187fc43a3db58ad05ca6afa9ae50d0 /CHANGELOG
parente22936c60f44f96db497b2355379d86c9b69b8d8 (diff)
Add current_sign_in_at to api User
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8456975639a..1667e9dd771 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -40,6 +40,7 @@ v 7.11.0 (unreleased)
- Add room notification and message color option for HipChat
- Allow to use non-ASCII letters and dashes in project and namespace name. (Jakub Jirutka)
- Add footnotes support to Markdown (Guillaume Delbergue)
+ - Add current_sign_in_at to UserFull REST api.
v 7.10.0
- Ignore submodules that are defined in .gitmodules but are checked in as directories.