diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-11-02 14:14:38 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-11-02 17:07:06 +0200 |
commit | 1b8d324762787805fabee72d585ac40e244af4d7 (patch) | |
tree | 2c569dede8e82518ed25baa8b420324a87d055f8 /CHANGELOG | |
parent | 8f75200d466d41707f3b1ca12ca4244cfa2e2e7b (diff) | |
download | gitlab-ce-1b8d324762787805fabee72d585ac40e244af4d7.tar.gz |
Add ability to fetch the commit ID of the last commit that actually touched a fileapi_file_touched_at
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6bec4f606e7..588909d2578 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ v 8.2.0 (unreleased) - Fix: 500 error returned if destroy request without HTTP referer (Kazuki Shimizu) - Remove deprecated CI events from project settings page - Use issue editor as cross reference comment author when issue is edited with a new mention. + - [API] Add ability to fetch the commit ID of the last commit that actually touched a file v 8.1.1 - Fix cloning Wiki repositories via HTTP (Stan Hu) |