diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-12 09:21:00 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-12 09:21:00 +0000 |
commit | 8cb41f19891e4f39c64abd6b2a273625103c5f43 (patch) | |
tree | 158607d156288c6f151eedbdd49f4b7cb84530d6 /CHANGELOG | |
parent | 0913204f9b1db46afca939c5f963e5dc12614641 (diff) | |
parent | 5083e5b616d2ba9b2812920c8d6cf3e0f95389e1 (diff) | |
download | gitlab-ce-8cb41f19891e4f39c64abd6b2a273625103c5f43.tar.gz |
Merge branch 'api-labels-info' into 'master'
API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels
Partly fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13238
See merge request !3569
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3561c541df0..c08b148c3ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ v 8.7.0 (unreleased) - Add endpoints to archive or unarchive a project !3372 - Add links to CI setup documentation from project settings and builds pages - Handle nil descriptions in Slack issue messages (Stan Hu) + - API: Expose open_issues_count, closed_issues_count, open_merge_requests_count for labels (Robert Schilling) - Add default scope to projects to exclude projects pending deletion - Ensure empty recipients are rejected in BuildsEmailService - API: Ability to filter milestones by state `active` and `closed` (Robert Schilling) |