summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlex Moore-Niemi <moore.niemi@gmail.com>2016-04-20 18:41:11 -0400
committerRémy Coutable <remy@rymai.me>2016-05-18 00:27:31 -0500
commit483c034b86262fb9b2c47df999d995f500b38eb4 (patch)
treed219b5f28b0ac95b7efde08ac2dac43bd3b942b2 /CHANGELOG
parentda8ac1635f1c12e9455e7517bee29678c754d492 (diff)
downloadgitlab-ce-483c034b86262fb9b2c47df999d995f500b38eb4.tar.gz
Changing the confidentiality of an issue now creates a new system note
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 48e38899607..8b1752c30fb 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