summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-19 16:27:09 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-19 16:27:09 +0000
commitbbf0a04f5ea1600a65feeded6bf3e8839d600ff6 (patch)
tree5782755d8fd7781f3705bf512ac39d5c72cf34ea /CHANGELOG
parent52846d4b7fa49a8b29ba85dbcf16ff95f75e8619 (diff)
parent0698113cabe68f23ac38d7b2fde6c5cb7e5bec4f (diff)
downloadgitlab-ce-bbf0a04f5ea1600a65feeded6bf3e8839d600ff6.tar.gz
Merge branch 'mooreniemi/gitlab-ce-issue_15236' into 'master'
Changing the confidentiality of an issue now creates a new system note Closes #15236. See merge request !4189
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cdb88cafe13..0af0d86a203 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ v 8.8.0 (unreleased)
- Escape HTML in commit titles in system note messages
- Improve multiple branch push performance by memoizing permission checking
- Log to application.log when an admin starts and stops impersonating a user
+ - Changing the confidentiality of an issue now creates a new system note (Alex Moore-Niemi)
- Updated gitlab_git to 10.1.0
- GitAccess#protected_tag? no longer loads all tags just to check if a single one exists
- Reduce delay in destroying a project from 1-minute to immediately