summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-31 19:35:13 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-02 13:49:18 +0200
commit3799edd78c4806e4fda788247053a7ee10142e64 (patch)
tree884006a2dfcd32ad8d13fdbb542fba0e667464cf /CHANGELOG
parente30c651bbdce9949b3b34c983394d2c95c7c7268 (diff)
downloadgitlab-ce-3799edd78c4806e4fda788247053a7ee10142e64.tar.gz
Merge branch 'data_leak' into 'master'
Confidential notes data leak Fixes part of https://gitlab.com/gitlab-org/gitlab-ee/issues/575 See merge request !1967
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ed726f0696..d00d3fab9a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ v 8.8.3
- Fix incorrect links on pipeline page when merge request created from fork. !4376
- Use downcased path to container repository as this is expected path by Docker. !4420
- Fix wiki project clone address error (chujinjin). !4429
+ - In search results, only show notes on confidential issues that the user has access to
v 8.8.2
- Added remove due date button. !4209