diff options
author | Robert Speicher <robert@gitlab.com> | 2016-08-31 15:51:27 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-08-31 15:51:27 +0000 |
commit | 1ba5988afba568ae9493580de87fad46fcc86f41 (patch) | |
tree | edca6c3bfcb0d05770a07b2dc596c0b09c7f7bbf /CHANGELOG | |
parent | 732f1e29c34df4499cf72012c77e5bb3c8f890e7 (diff) | |
parent | 036cc8c27e8340a3eed63444bd3f42f86037f350 (diff) | |
download | gitlab-ce-1ba5988afba568ae9493580de87fad46fcc86f41.tar.gz |
Merge branch 'api-confidential-issues' into 'master'
API: Expose issue confidentiality flag.
## What does this MR do?
This MR adds support for confidential issues the the API. The property as exposed and users can create or update confidential issues.
## What are the relevant issue numbers?
Closes #17199
See merge request !5384
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6b09dfa8d74..7dfbd2a5e14 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ v 8.12.0 (unreleased) - Add hover color to emoji icon (ClemMakesApps) - Fix branches page dropdown sort alignment (ClemMakesApps) - Add white background for no readme container (ClemMakesApps) + - API: Expose issue confidentiality flag. (Robert Schilling) - Optimistic locking for Issues and Merge Requests (title and description overriding prevention) - Add `wiki_page_events` to project hook APIs (Ben Boeckel) - Remove Gitorious import |