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 <vsv2711@gmail.com>2015-11-02 15:14:38 +0300
committerValery Sizov <valery@gitlab.com>2015-11-02 18:07:06 +0300
commit1b8d324762787805fabee72d585ac40e244af4d7 (patch)
tree2c569dede8e82518ed25baa8b420324a87d055f8 /CHANGELOG
parent8f75200d466d41707f3b1ca12ca4244cfa2e2e7b (diff)
Add ability to fetch the commit ID of the last commit that actually touched a file
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
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)