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-04-12 17:04:40 +0300
committerRémy Coutable <remy@rymai.me>2016-04-12 17:04:40 +0300
commita5512099cec6219261ac821775f0cc02e99bc1a6 (patch)
treec9d2b8995d86fc76d349201baf1e2ca6e6176af5 /CHANGELOG
parent01d4995ae6aad70d9d74f5ed5e3983a1f38b5d34 (diff)
parent08a217cfcfc2e2387c6d4070ed8b0e121f47f50c (diff)
Merge branch 'api-get-tag' into 'master'
API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3c03b26cf51..b9ca8a64e87 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -29,6 +29,7 @@ v 8.7.0 (unreleased)
- Implement 'TODOs View' as an option for dashboard preferences !3379 (Elias W.)
- Gracefully handle notes on deleted commits in merge requests (Stan Hu)
- Fix creation of merge requests for orphaned branches (Stan Hu)
+ - API: Ability to retrieve a single tag (Robert Schilling)
- Fall back to `In-Reply-To` and `References` headers when sub-addressing is not available (David Padilla)
- Remove "Congratulations!" tweet button on newly-created project. (Connor Shea)
- Fix admin/projects when using visibility levels on search (PotHix)