summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-05-09 19:35:37 -0300
committerFelipe Artur <felipefac@gmail.com>2016-05-09 19:35:37 -0300
commite56e3cdc62f96541b9bd8b7814204e92f1909253 (patch)
treefc3872d2ba8c02ae552fc583cbdbb163d3340b20 /CHANGELOG
parentae25c19ee5dcfae8ea977b2014657ecc6c3eaf3d (diff)
downloadgitlab-ce-e56e3cdc62f96541b9bd8b7814204e92f1909253.tar.gz
Fix api leaking notes when user is not authorized to read noteable
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 63077523aaa..2c44944f66b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ v 8.8.0 (unreleased)
- Bump mail_room to 0.7.0 to fix stuck IDLE connections
- Remove future dates from contribution calendar graph.
- Support e-mail notifications for comments on project snippets
+ - Fix API leak of notes of unauthorized issues, snippets and merge requests
- Use ActionDispatch Remote IP for Akismet checking
- Fix error when visiting commit builds page before build was updated
- Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project