summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-12 12:57:15 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-04-26 14:01:40 -0500
commitb82af5ef2f5c496751411a4c1a1be0c9cacd19b4 (patch)
tree4e17a8dd5d7f4d54f885d06d5b63d0a8a1d11b11
parent5ba79f49a45041f5a805de00a1f737ade5ac5832 (diff)
downloadgitlab-ce-b82af5ef2f5c496751411a4c1a1be0c9cacd19b4.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index af259b67d50..8dff81166c3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -137,6 +137,7 @@ v 8.6.7
- Fix persistent XSS vulnerability in `commit_person_link` helper
- Fix persistent XSS vulnerability in Label and Milestone dropdowns
- Fix vulnerability that made it possible to enumerate private projects belonging to group
+ - Added button to toggle whitespaces changes on diff view
v 8.6.6
- Expire the exists cache before deletion to ensure project dir actually exists (Stan Hu). !3413