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:
authorRémy Coutable <remy@rymai.me>2016-09-21 13:15:00 +0300
committerRémy Coutable <remy@rymai.me>2016-09-21 13:15:00 +0300
commita25ac8a89b839653e469693d77b931b158731cca (patch)
treeb1f5354d021a7c70b39164194028eeab10e87a47 /CHANGELOG
parentdd12ffc006b6ad07d1c17b223ae9eea07912d2e1 (diff)
parent02d69091bc1d2ea4d14731b103efd5a5e2c9f040 (diff)
Merge branch 'add_spec_for_committer_hash' into 'master'
Add spec covering 'committer_hash' Adds a missing spec from changes added in !5822 See merge request !6433
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9370bdd17d2..effa46399ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -29,6 +29,7 @@ v 8.12.0 (unreleased)
- Instructions for enabling Git packfile bitmaps !6104
- Use Search::GlobalService.new in the `GET /projects/search/:query` endpoint
- Fix long comments in diffs messing with table width
+ - Add spec covering 'Gitlab::Git::committer_hash' !6433 (dandunckelman)
- Fix pagination on user snippets page
- Run CI builds with the permissions of users !5735
- Fix sorting of issues in API